powered by
The bias ratio is an indicator used in finance analyze the returns of a portfolio, and in performing due diligence.
pt.bias(r)
:a vector of a risk asset return
# NOT RUN { r <- runif(100,0,1) # generate random number to simulate returns pt.bias(r) # }
Run the code above in your browser using DataLab