Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87314
function
quantileLogNormal(p, mean, stdev) {
87315
return
Math.exp((0, _normal.quantileNormal)(p, mean, stdev));
87316
}
87317
87318
function
_default(mean, stdev) {
87319
var
mu,
Callers
1
_default
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected