dscaler: Rescale a PDF over an interval

View source: R/overlap_fcns.R

dscalerR Documentation

Rescale a PDF over an interval

Description

Rescale a PDF over an interval

Usage

dscaler(pdf, a, b)

Arguments

pdf

A univariate probability density distribution.

a, b

The new lower and upper limits of the distribution. The density will be rescaled such that the integral over the interval [a,b] sums to unity.

Value

An S3 density object.


GwenAntell/kerneval documentation built on July 21, 2023, 6:23 p.m.