ds {MixtureFitting} | R Documentation |
Density of The Student's t Model
Description
Density function for the Student's t Model. Wrapper around R's dt(), supporting center and concentration parameters.
Usage
ds( x, c, s, ni )
Arguments
x |
data vector |
c |
center |
s |
concentration |
ni |
degrees of freedom |
Value
A vector.
Author(s)
Andrius Merkys
[Package MixtureFitting version 0.6.1 Index]