ds: Density of The Student's t Model

View source: R/MixtureFitting.R

dsR 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


merkys/MixtureFitting documentation built on May 25, 2024, 9:01 a.m.