View source: R/MortalitySmooth_fun.R
MortSmooth_tpower | R Documentation |
This is an internal function of package MortalitySmooth which constructs a truncated p-th power function along an abscissa within the function MortSmooth_bbase
MortSmooth_tpower(x, tt, p)
x |
for the abscissa of data; |
tt |
vector of truncation points; |
p |
degree of the power |
Internal function used in MortSmooth_bbase. The vector t contains the knots. The simplest system of truncated power functions uses p = 0 and it consists of step functions with jumps of size 1 at the truncation points t.
Carlo G Camarda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.