Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fator_bias

Fator Bias


Description

The bias factor indicates the average of the observed values is above or below the equity line.

Usage

fator_bias(observados, estimados, n)

Arguments

observados

vector of values observed.

estimados

vector of values estimated.

n

the size of the vector of regression model data

Details

fator_bias = 10^(sum(log(estimados/observados)/n)) #' @references see https://www.sciencedirect.com/science/article/pii/S0165176599001949 for more details.


Fgmutils

Forest Growth Model Utilities

v0.9.5
GPL-2
Authors
Clayton Vieira Fraga Filho, Ana Paula Simiqueli, Gilson Fernandes da Silva, Miqueias Fernandes, Wagner Amorim da Silva Altoe
Initial release
2018-10-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.