multiscale.grid {mosum} | R Documentation |
Multiscale bandwidth grids
Description
Create asymmetric bandwidth grids to be used with multiscale.localPrune
Usage
multiscale.grid(
bandwidths.left,
bandwidths.right = bandwidths.left,
method = "cartesian",
max.unbalance = 4
)
Arguments
bandwidths.left |
left parts of the bandwidths |
bandwidths.right |
right parts of the bandwidths |
method |
how the asymmetric bandwidths are created; possible values are
|
max.unbalance |
a numeric value for the maximal ratio between maximal and minimal bandwidth,
|
Value
S3 multiscale.grid
object to be used in the multiscale.grid
function
[Package mosum version 1.2.7 Index]