NormCurvToArea {fdapace} | R Documentation |
Normalize a curve to a particular area, by multiplication with a factor
Description
Normalize a curve such that its integration over the design time-points equals a particular value (according to trapezoid integration).
Usage
NormCurvToArea(y, x = seq(0, 1, length.out = length(y)), area = 1)
Arguments
y |
values of curve at time-points |
x |
design time-points (default: |
area |
value to normalize the curve onto (default: 1) |
Value
values of curve at times x
such that its integration over x
equals area
.
[Package fdapace version 0.6.0 Index]