fgenbsf: Generates basis functions on disjoint intervals

View source: R/fgenbsf.R

fgenbsfR Documentation

Generates basis functions on disjoint intervals

Description

Generation of basic functions on intervals

Usage

fgenbsf(n,k,lam)

Arguments

n

Sample size

k

Size of smallest interval

lam

Proportionality factor for increasing size of intervals

Value

x the matrix of the intervals

Examples

a<-fgenbsf(100,4,1.2)

gausscov documentation built on June 11, 2025, 5:09 p.m.

Related to fgenbsf in gausscov...