MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ analyze_statistics() [2/2]

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
StatisticalAnalysis MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::analyze_statistics ( const InputType &  data)
inline

Definition at line 158 of file StatisticalAnalyzer.hpp.

159 {
160 return this->analyze_statistics(input_type { data });
161 }
StatisticalAnalysis analyze_statistics(const input_type &data)
Type-safe statistical analysis method.