pt.bias {YRmisc} | R Documentation |
The bias ratio is an indicator used in finance analyze the returns of a portfolio, and in performing due diligence.
pt.bias(r)
r |
:a vector of a risk asset return |
r <- runif(100,0,1) # generate random number to simulate returns
pt.bias(r)