describe and test strings.
This commit is contained in:
parent
96ed0b44bb
commit
20adc4e25a
|
@ -8,8 +8,8 @@ open Jest
|
||||||
open Expect
|
open Expect
|
||||||
open TestHelpers
|
open TestHelpers
|
||||||
|
|
||||||
describe("", () => {
|
describe("Scale logarithm", () => {
|
||||||
test("", () => {
|
test("mean of the base two scalar logarithm of an exponential(10)", () => {
|
||||||
let scalelog = DistributionOperation.Constructors.scaleLogarithm(~env, mkExponential(10.0), 2.0)
|
let scalelog = DistributionOperation.Constructors.scaleLogarithm(~env, mkExponential(10.0), 2.0)
|
||||||
|
|
||||||
E.R2.bind(DistributionOperation.Constructors.mean(~env), scalelog)
|
E.R2.bind(DistributionOperation.Constructors.mean(~env), scalelog)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user