Learn R Programming

Sim.DiffProc (version 2.5)

Stst: Creating Stochastic Process The Student Distribution

Description

Simulation stochastic process by a Student distribution.

Usage

Stst(N, t0, T, n, output = FALSE)

Arguments

N
size of process.
t0
initial time.
T
final time.
n
degrees of freedom (> 0,non-integer).
output
if output = TRUE write a output to an Excel (.csv).

Value

  • data.frame(time,x) and plot of process.

See Also

SRW Creating Random Walk, Stgamma Stochastic Process The Gamma Distribution, WNG White Noise Gaussian.

Examples

Run this code
## Stochastic Process The Student Distribution
Stst(N=1000,t0=0,T=1,n=2)

Run the code above in your browser using DataLab