powered by
The function vsk_cdf calculates the cumulative distribution function of Vasicek.
vsk_cdf
vsk_cdf(x, Rho, P)
A numeric vector in the [0, 1] interval that is supposed to follow the Vasicek distribution
The Rho parameter in the Vasicek distribution
The P parameter in the Vasicek distribution
A numeric vector with the corresponding cdf.
# NOT RUN { vsk_cdf(c(0.278837772815679, 0.5217229060260343), Rho = 0.2, P = 0.3) # [1] 0.5 0.9 # }
Run the code above in your browser using DataLab