Description Usage Arguments Value See Also
countBinnedObservations
takes an observations vector and a vector
of values that define the (inclusive) left endpoints of a series of
bins that will discretize the distribution of observations.
1 2 | countBinnedObservations(observations, binBounds, strictLowerBound = TRUE,
pseudocount = 0)
|
observations |
The observed values that come from a theoretically continuous distribution to discretize. |
binBounds |
The vector of values that defines the (inclusive) left endpoint for each bin, that collectively will discretize the hypothetically continuous distribution of observations. |
strictLowerBound |
Whether the lower bin bound is expected to be
strict. That is, no observation should fall
beneath it. If |
pseudocount |
The count for any bin that contains no observations. |
Observation count for each bin.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.