estimate_goodnessOfFit {simET} | R Documentation |
Calculating the goodness-of-fit indicators between measured and simulated values
Description
Calculating the goodness-of-fit indicators between measured and simulated values
Usage
estimate_goodnessOfFit(Sim, Obs)
Arguments
Sim |
The simualtion value of model. |
Obs |
The observed value. |
Value
A vector for the goodness-of-fit indicators
[Package simET version 1.0.3 Index]