skmisc.loess.loess_anova

class skmisc.loess.loess_anova(loess_one, loess_two)

Analysis of variance for two loess objects

Parameters:
loess_oneloess.loess

First loess object

loess_twoloess.loess

Second loess object

Attributes:
F_valuefloat

Value of the F-statistic

Pr_Ffloat

Probability of getting a value as large as the F_value. The is the p-value of the F-statistic.