Description Usage Arguments Details
The bias factor indicates the average of the observed values is above or below the equity line.
1 | fator_bias(observados, estimados, n)
|
observados |
vector of values observed. |
estimados |
vector of values estimated. |
n |
the size of the vector of regression model data |
fator_bias = 10^(sum(log(estimados/observados)/n)) #' @references see https://www.sciencedirect.com/science/article/pii/S0165176599001949 for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.