# NIPALS PCA for javascript
An simple NIPALS implementation of PCA that handles missing values.

The package is under development and will soon contain funtionality beyond the bare minimum.

## Installation

## Usage
Create a Dataset object from a json array of arrays

see the [package source](https://gitlab.com/h.f.pettersson/nipals-pca-js) for details