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

Function quantileLogNormal

docs/app/js/sanddance-app.js:119491–119493  ·  view source on GitHub ↗
(p, mean, stdev)

Source from the content-addressed store, hash-verified

119489 return cumulativeNormal(Math.log(value), mean, stdev);
119490}
119491function quantileLogNormal(p, mean, stdev) {
119492 return Math.exp(quantileNormal(p, mean, stdev));
119493}
119494function lognormal(mean, stdev) {
119495 let mu, sigma;
119496 const dist = {

Callers 1

lognormalFunction · 0.70

Calls 1

quantileNormalFunction · 0.70

Tested by

no test coverage detected