Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

bda (version 10.1.9)

gof: Goodness of fit test

Description

To perform goodness of fit test.

Usage

gof(x, dist, pars, method='ks')

Arguments

x

sample data.

dist,pars

Target population distribution type and parameters.

method

Two options: KS-test or Chi.square test.

Examples

Run this code
# NOT RUN {
  data(hhi)
  hmob <- binning(counts=hhi$mob, breaks=hhi$breaks)
  lmd5 <- fit.GLD.FMKL(hmob)
  gof(lmd5)

# }

Run the code above in your browser using DataLab