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

Function Density

docs/app/js/sanddance-app.js:116773–116775  ·  view source on GitHub ↗

* Grid sample points for a probability density. Given a distribution and * a sampling extent, will generate points suitable for plotting either * PDF (probability density function) or CDF (cumulative distribution * function) curves. * @constructor * @param {object} params - The parameters for t

(params)

Source from the content-addressed store, hash-verified

116771 * to set an exact number of uniform samples. Useful in conjunction with
116772 * a fixed extent to ensure consistent sample points for stacked densities.
116773 */ function Density(params) {
116774 (0, _vegaDataflow.Transform).call(this, null, params);
116775}
116776const distributions = [
116777 {
116778 "key": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected