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