MTF
MCSCV.h
1 #ifndef MTF_MC_SCV_H
2 #define MTF_MC_SCV_H
3 
4 #include "SCV.h"
5 
6 _MTF_BEGIN_NAMESPACE
7 
8 class MCSCV : public SCV{
9 public:
10  MCSCV(const ParamType *scv_params = nullptr);
11 };
12 
13 _MTF_END_NAMESPACE
14 
15 #endif
Sum of Conditional Variance.
Definition: SCV.h:72
Definition: MCSCV.h:8
Definition: SCV.h:8