fanova 0.1.0

A Rust implementation of fANOVA (functional analysis of variance)
Documentation
[badges.coveralls]
repository = "sile/fanova"
[dependencies.itertools]
version = "0.9"

[dependencies.ordered-float]
version = "2"

[dependencies.rand]
version = "0.7"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.anyhow]
version = "1"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["science"]
description = "A Rust implementation of fANOVA (functional analysis of variance)"
edition = "2018"
homepage = "https://github.com/sile/fanova"
license = "MIT"
name = "fanova"
readme = "README.md"
repository = "https://github.com/sile/fanova"
version = "0.1.0"