E_pois_noinfl: Expected Value for Positive Poisson Distribution

View source: R/E_pois_noinfl.R

E_pois_noinflR Documentation

Expected Value for Positive Poisson Distribution

Description

Computes the expected value from a Poisson (PP) distribution based on the model parameters and covariates.

Usage

E_pois_noinfl(b, X)

Arguments

b

Numeric vector of coefficients for the Poisson model.

X

Matrix of predictors for the Poisson model, where rows correspond to observations and columns to covariates.

Value

A numeric vector of expected values for each observation in the dataset.

See Also

dEdq_pois_noinfl for computing partial derivatives of expected values in the Poisson model.


oneinfl documentation built on April 4, 2025, 12:05 a.m.