grad_ll {iotarelr} | R Documentation |
Gradient for Log Likelihood in Condition Stage
Description
Function written in C++
estimating the gradient of the log likelihood
function for a given parameter set and given observations.
Usage
grad_ll(param_values, observations)
Arguments
param_values |
|
observations |
|
Value
Returns the gradient as a NumericVector
.
References
Berding, Florian, and Pargmann, Julia (2022).Iota Reliability Concept of the Second Generation.Measures for Content Analysis Done by Humans or Artificial Intelligences. Berlin: Logos. https://doi.org/10.30819/5581
[Package iotarelr version 0.1.5 Index]