Skip to content

Dynamic regression analysis #669

Closed
Closed
@jenetics

Description

The current implementation of the Regression class in the io.jenetics.prog.regression package only allows a fixed sample array. For some use cases the given samples should be changeable. One of such use case is a time series analyses with a changing set of sample points.

See #302

Activity

self-assigned this
on Mar 9, 2020
added this to the v6.0.0 milestone on Mar 9, 2020
changed the title Updateable sample for `Regression` class Dynamic regression analysis on Mar 9, 2020
added 10 commits that reference this issue on Mar 9, 2020

#669: Fix Javadoc example.

#669: Improve code formatting.

#669: Improve generic argument type.

#669: Add buffer classes.

#669: Some code improvements.

#669: Rename 'Samples' to 'SampleList'.

#669: Add 'Sampling' interface.

#669: Some code cleanup.

#669: Add 'Regression' factory method.

#669: Fix Javadoc.

10 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Dynamic regression analysis · Issue #669 · jenetics/jenetics