powered by
The function vsk_ppf calculates the percentile point function of Vasicek.
vsk_ppf
vsk_ppf(Alpha, Rho, P)
A numeric vector of probabilities
The Rho parameter in the Vasicek distribution
The P parameter in the Vasicek distribution
A numeric vector with the corresponding ppf.
# NOT RUN { vsk_ppf(c(0.5, 0.9), Rho = 0.2, P = 0.3) # [1] 0.2788378 0.5217229 # }
Run the code above in your browser using DataLab