Student.family: Family object for the multivariate t-distribution

View source: R/family.R

StudentR Documentation

Family object for the multivariate t-distribution

Description

Provide a convenient way to specify the details of the model used by function studentFit.

Usage

Student(eta = .25)

Arguments

eta

shape parameter for the multivariate t-distribution, must be confined to [0,1/2).

Details

Student is a generic function to create info about the t-distribution which is passed to the estimation algorithm.

Examples

MyFmly <- Student(eta = .4)
MyFmly

MVT documentation built on Feb. 16, 2023, 8:29 p.m.

Related to Student.family in MVT...