tdist: Creates an Object Representing Student-t Distribution

View source: R/creators.R

tdistR Documentation

Creates an Object Representing Student-t Distribution

Description

The function creates an object which represents the Student-t distribution.

Usage

tdist(df = 2)

Arguments

df

degrees of freedom parameter, default: 2.

Details

See TDist.

Value

Object of class tdist.

See Also

TDist

Examples

t <- tdist(2)
d(t, c(2, 3, 4, NA))
r(t, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.