GOF.default: default function for class of 'GOF'

View source: R/GOF.default.R

GOF.defaultR Documentation

default function for class of GOF

Description

this function calculates the goodness of fit (gof) using chi-squared test.

Usage

## Default S3 method:
GOF(basin,object,observed)

Arguments

basin

An object from class of sim.

object

An object from either of classes of createAquifer , createRiver, createReservoir, createJunction, createDiversion, or createDemandSite; which is associated with observed time series and exists in the basin.

observed

A vector of observed time series.

Value

A list with class "htest".

Author(s)

Rezgar Arabzadeh

See Also

GOF


WRSS documentation built on May 30, 2022, 1:07 a.m.