how we generate from a student t distribution

3 views (last 30 days)
Dear all,
I have a variable u that follows a normal distribution N(0,λ_t*exp(h_t))
λ_t is a scaling factor and exp(h_t) is the volatility (see stochastic volatility models)
I want u to be generated from a student t distribution.
So I thought something like u=λ_t* trnd(7,1)
Am I right?
thanks

Answers (1)

Image Analyst
Image Analyst on 1 Oct 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!