| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.root |
Provides algorithms for finding the roots, or zero crossings, of scalar functions.
|
| gov.sandia.cognition.statistics.method |
Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods.
|
| Class and Description |
|---|
| AbstractBracketedRootFinder
Partial implementation of RootFinder that maintains a bracket on the root.
|
| AbstractRootFinder
Partial implementation of RootFinder.
|
| RootBracketer
Defines the functionality of a algorithm that finds a bracket of a root
from an initial guess.
|
| RootFinder
Defines the functionality of a root-finding algorithm.
|
| RootFinderNewtonsMethod
Newton's method, sometimes called Newton-Raphson method, uses first-order
derivative information to iteratively locate a root.
|
| Class and Description |
|---|
| RootFinder
Defines the functionality of a root-finding algorithm.
|