Learn R Programming

bisoreg (version 1.0)

get.W: Monotonic Bernstein Polynomial Basis Expansion

Description

Computes the monotonic, Bernstein polynomial basis expansion matrix "W" for a vector x.

Usage

get.W(x, m)

Arguments

x
vector
m
order of the Bernstein polynomial expansion

Value

  • A matrix with dimensions length(x) by m.

Details

None.

References

None.

See Also

bisoreg

Examples

Run this code
## See the code to the bisoreg function

Run the code above in your browser using DataLab