MCPcopy Create free account
hub / github.com/microsoft/SandDance / cumulativeLogNormal

Function cumulativeLogNormal

docs/tests/v2/es6/js/sanddance.js:87310–87312  ·  view source on GitHub ↗
(value, mean, stdev)

Source from the content-addressed store, hash-verified

87308}
87309
87310function cumulativeLogNormal(value, mean, stdev) {
87311 return (0, _normal.cumulativeNormal)(Math.log(value), mean, stdev);
87312}
87313
87314function quantileLogNormal(p, mean, stdev) {
87315 return Math.exp((0, _normal.quantileNormal)(p, mean, stdev));

Callers 1

_defaultFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected