-
Notifications
You must be signed in to change notification settings - Fork 30
Numerical Analysis
David Wright edited this page Mar 6, 2018
·
1 revision
Many practical problems can be reduced to a property of some function that you know how to write down or compute, but you don't know how to analytically express the property in closed form. If you can code up your function, Meta.Numerics can perform the required analysis for you numerically.
- Project
- What's New
- Installation
- Versioning
- Tutorials
- Functions
- Compute a Special Function
- Bessel Functions
- Solvers
- Evaluate An Integral
- Find a Maximum or Minimum
- Solve an Equation
- Integrate a Differential Equation
- Data Wrangling
- Statistics
- Analyze a Sample
- Compare Two Samples
- Simple Linear Regression
- Association
- ANOVA
- Contingency Tables
- Multiple Regression
- Logistic Regression
- Cluster and Component Analysis
- Time Series Analysis
- Fit a Sample to a Distribution
- Distributions
- Special Objects
- Linear Algebra
- Polynomials
- Permutations
- Partitions
- Uncertain Values
- Extended Precision
- Functions