-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added function to perform cumulative integrals, and array inputs (#15)
* (1) Added function cumul_integrate to perform cumulative integrals (similar to functions like cumtrapz in Matlab) (2) Added methods to compute integrals and cumulative integrals for each column of an input Array (3) updated documentation of functions (4) updated readme * Modified name of function for cumulative integrals to "cumul_integrate". New methods to integrate along specific dimensions of a matrix. Use Trapzedoial() (instead of TrapezoidalFast()) as default method, for safety.
- Loading branch information
1 parent
982c596
commit 87a130e
Showing
2 changed files
with
158 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters