-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew features.New features.portPorting code over from an existing project.Porting code over from an existing project.
Description
A large number of utilities i need are intended to simplify and ensure the correctness of mathematical expressions.
In particular, common topics include the following:
- Statistical expressions:
- measurements of uncertainty (i.e. Add
Uncertain<T>fromliv#40) - distributions
- statistical operators
- standard deviations
- the choose operator
- markov (and non-markov) stochastic processes
- measurements of uncertainty (i.e. Add
- algebra
- expressions and simplification thereof
- linear algebra
Some of this i have written in other projects, and would therefore fall under #14 as well. i should check whether good libraries for each item exist before working on them.
i have looked extensively for e.g. linear algebra libraries but haven't found any which seemed to work well, but i'll check again. this is particularly important for linear algebra as i know from experience that implementing it is a pain in the ass and it would be particularly so if i wanted to optimize it to use the GPU, which would be very important.
Metadata
Metadata
Assignees
Labels
featureNew features.New features.portPorting code over from an existing project.Porting code over from an existing project.
Projects
Status
No status