All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
from_observations
class methods to local and global stat classes==
operator forWeightsMatrix
fdr
function inUtils
module
1.0.3 - 2020-05-22
- CONTRIBUTING.md
- PR Template
- logo
x/z
attr_writer changed to a function that standardizes input- MIT -> GPL-3-Clause License
1.0.2 - 2020-05-08 (First Changelog Commit)
- Global Statistical Classes
- Local Statistical Classes
- WeightsMatrix
- Weights Queries
- Data queries
- Spatial Lag computations
- Array extensions
- Numo extensions
- Add examples/usage to docs
- Create RDocs
- Write SparseMatrix C ext
- Add
#summary
method to statistics that will combine stat vals with p-vals, and quads or hot/cold spot info. - Add ability to assign
x
orz
on stat classes so users are not forced to query data to input it into models. Add example to README.
- Memoize expensive functions within classes
- Make star a parameter to getis-ord class
- Refactor Global Moran and BVMoran
- Support non-numeric keys in WeightsMatrix/General refactor
- Change instances of
standardized
andwindowed
tostandardize
andwindow
, respectively. - Add
positive
andnegative
groups forGetisOrd
andGeary
, similar to how#quads
is implemented. - Refactor stats to inherit an abstract class.
- Pure Ruby CSR Matrix