🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

brown-forsythe-test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brown-forsythe-test

Perform the Brown-Forsythe statistical test for equality of group variances

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Brown-Forsythe Test

Build Status Build Status npm npm npm

An NPM module providing the Brown-Forsythe parametric statistical test. The test can be used to compute a p-value when performing Analysis of Variance (ANOVA).

To use it, simply install via NPM and include it in your project file.

	var bf = require('brown-forsythe-test');

To compute the F-test of an array of samples use the test function:

	var samples = [[3,3,5,1], [1,2,3]];

	console.log(bf.test(samples));

Keywords

Brown-Forsythe

FAQs

Package last updated on 19 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts