Learn R Programming

gmwm (version 2.0.0)

scales_cpp: Computes the MODWT scales

Description

Calculates the MODWT scales

Usage

scales_cpp(nb_level)

Arguments

nb_level
A integer that contains the level of decomposition J.

Value

A vec that contains 2^1, ... , 2^J

Details

Used in wvar object.

Examples

Run this code
scales_cpp(5)

Run the code above in your browser using DataLab