Analysis of variance

Hello, please clarify. I have an algorithm related to analysis of variance of data. Can I use the site to build a program in which the above analysis participates?

Hi @kretskidimitar,

Edge Impulse is best for end-to-end embedded machine learning projects. You can build a custom blocks (Building custom processing blocks - Edge Impulse Documentation) for performing your analysis, but they are simply Docker container wrappers for other code. If you just want to analyze variance, your best bet is probably something like Python (with Jupyter Notebook) using Numpy, SciPy, Pandas, etc.