.sits_ml_normalize_data {sits}R Documentation

Normalize the time series in the given sits_tibble

Description

This function normalizes the time series using the mean and standard deviation of all the time series.

Usage

.sits_ml_normalize_data(data, stats)

Arguments

data

A sits tibble.

stats

Statistics for normalization.

Value

A normalized sits tibble.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


[Package sits version 0.16.2 Index]