Description Usage Arguments Value
Computes the student pdf from input parameter vectors corresponding to each possible run length for the current time point. Outputs a vector of probabilities for use in the accompanying gaussian functions.
1 | studentpdf(x, mu, var, nu)
|
x |
the current data point |
mu |
vector of means |
var |
var parameter of student pdf, degrees of freedom |
nu |
nu parameter of student pdf (number of points so far) |
Vector of student pdf values corresponding to each possible run length, for use in accompanying gaussian probability functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.