Description Usage Arguments Value Examples
If the parameter n
is an integer, the distribution is constructed
with a zeroed support of size n
. If n
is a vector of integer
values, the sequence is treated as the underlying support. On the other hand,
if n
is a vector of floating point values, it is treated as a
probability distribution and must sum to unity. Note, if a probability
distribution is given as the underlying support, it will first be converted
to a histogram with a precision of 9 significant figures.
1 | Dist(n)
|
n |
Vector or matrix specifying one or more time series. |
An initialized object of class Dist.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.