make_weight: Compose Parameter & Density Functions

View source: R/internal.R

make_weightR Documentation

Compose Parameter & Density Functions

Description

Purely internal, called after to_function, so no direct user arguments.#'

Usage

make_weight(f_param, f_pop)

Arguments

f_param

a function; the parameter function, varying with the aggregate

f_pop

a function; the density function, varying with the aggregate

Value

a new function, f(x) = f_param(x)*f_pop(x)


paramix documentation built on June 10, 2025, 5:14 p.m.