Chris Holden
Chris Holden
Not sure if this is out of scope for the project, but this PR tries to smooth over the only issue I've came across so far when using Patsy with...
Write documentation for dataset preparation guide `docs/guide/dataset.rst` https://jacobian.org/writing/great-documentation/
Would be nice to implement CUSUM or MOSUM test statistics in `YATSM` seeing as we already have the [recursive residual](https://github.com/ceholden/yatsm/blob/master/yatsm/regression/recresid.py) calculation implemented and validated against the `strucchange` package. We could...
As `rasterio` did to make `rio` snappy...
# Motivation Right now we're using NumPy saved files that store structural arrays for the results but this might change in the future (see #14), especially to accommodate some visualization...
Documentation for model parameter exploration guide page `docs/guide/configuration.rst` https://jacobian.org/writing/great-documentation/
Resolve changes occurring in models that are not near-simultaneously co-occurring within pixels in a neighborhood region. Depends a bit on #14 because finding a pixel's neighbors in results will require...
Documentation for model parameter exploration guide page `docs/guide/exploration.rst` https://jacobian.org/writing/great-documentation/
Documentation for model parameter specification guide page `docs/guide/model_specification.rst` https://jacobian.org/writing/great-documentation/
Documentation for model parameter exploration guide page `docs/guide/classification.rst` https://jacobian.org/writing/great-documentation/