An open API service indexing awesome lists of open source software.

https://github.com/yousefmohammad/manova_model

using Multiple Analysis of Variance (MANOVA) for estimating different means of species of flower in iris dataset
https://github.com/yousefmohammad/manova_model

iris iris-dataset manova multivariate-analysis paired-comparisons python scipy scipy-stats statistics statsmodels

Last synced: 2 months ago
JSON representation

using Multiple Analysis of Variance (MANOVA) for estimating different means of species of flower in iris dataset

Awesome Lists containing this project

README

          

# Manova Model

Using Mulitiple Analysis of Variance (MANOVA) for estimating different means of species of flower in iris dataset

in Normal analysis of variance we estimate the mean of one feature

in our case there is many features to estimate the mean of them so we need a new technique

the species in flower has 3 categories for each category there are many feature effect each category differently

and for knowing the effect of each category we create a estimating interval for the mean for each one

Tools Used:
- Pandas
- Numpy
- Stats Models
- Scipy