find_mu_sd {segclust2d}R Documentation

Find mean and standard deviation of segments

Description

find_mu_sd calculates statistics of a given segmentation : mean and variance of the different states.

Usage

find_mu_sd(df.states, diag.var)

Arguments

df.states

a list of data.frame

diag.var

names of the variables on which statistics are calculated

Value

a data.frame with mean and variance of the different states


[Package segclust2d version 0.3.3 Index]