Preprocess a set of values retrived from a raster brick
.sits_preprocess_data(values.mx, band, missing_value, minimum_value,
scale_factor, stats, filter, multicores)
Matrix of values retrieved from a brick.
Band to be processed.
Missing value for the band.
Minimum values for the band.
Scale factor for each band (only for raster data).
Normalization parameters.
Smoothing filter to be applied.
Number of cores to process the time series.
Matrix with pre-processed values.