R/KL.R

Defines functions KL

Documented in KL

# Should write a NEW KL function to do integration between theta - delta and theta + delta?
KL <-
function( params,      # parameters over which to calculate
          theta,       # value of theta
          delta = .1 ) # the indifference region specification
{
	  
  UseMethod( "KL" )
  
} # END KL FUNCTION

Try the catIrt package in your browser

Any scripts or data that you put into this service are public.

catIrt documentation built on May 28, 2022, 1:09 a.m.