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

Function quantileLogNormal

docs/tests/v2/es6/js/sanddance.js:87314–87316  ·  view source on GitHub ↗
(p, mean, stdev)

Source from the content-addressed store, hash-verified

87312}
87313
87314function quantileLogNormal(p, mean, stdev) {
87315 return Math.exp((0, _normal.quantileNormal)(p, mean, stdev));
87316}
87317
87318function _default(mean, stdev) {
87319 var mu,

Callers 1

_defaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected