
Last chance! 50% off unlimited learning
Sale ends in
df
$= \nu$ degrees of
freedom has density
rt
Td(df)
.
This object is a $t$ distribution."AbscontDistribution"
, directly.
Class "UnivariateDistribution"
, by class "AbscontDistribution"
.
Class "Distribution"
, by class "AbscontDistribution"
.TParameter-class
AbscontDistribution-class
Reals-class
rt
T <- Td(df = 1) # T is a t distribution with df = 1.
r(T)(1) # one random number generated from this distribution, e.g. -0.09697573
d(T)(1) # Density of this distribution is 0.1591549 for x = 1.
p(T)(1) # Probability that x < 1 is 0.75.
q(T)(.1) # Probability that x < -3.077684 is 0.1.
df(T) # df of this distribution is 1.
df(T) <- 2 # df of this distribution is now 2.
Run the code above in your browser using DataLab