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


MixtureFitting documentation built on June 8, 2025, 11:19 a.m.