tpars: t-distribution fitter This is a wrapper around...

View source: R/aggregators.R

tparsR Documentation

t-distribution fitter This is a wrapper around [MASS::fitdistr()] specifically intended to fit the t-distribution.

Description

t-distribution fitter This is a wrapper around [MASS::fitdistr()] specifically intended to fit the t-distribution.

Usage

tpars(x, df = 30)

Arguments

x

Vector of values to fit the t-distribution to

df

Starting df value

Value

An object of class "fitdistr".

Examples

h<-rt(1000,df=3)*3+10
tpars(h)


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.