Skip to content

tonymugen/bayesicUtilities

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

Overview

A collection of numerical methods and data structures I most often use in my projects. The utilities module contains various basic functions and algorithms. The random module implements random number generation, sampling from various distributions. The index module is a class that can be used to relate elements to groups they belong to, similar to the factor in R. I have been using these utilities in several projects, so they are fairly well tested.

Including in your project

If you want to try these out, you can include them in your project by running

git submodule add https://github.com/tonymugen/bayesicUtilities [optional local name]

Interface documentation is available here.

About

A collection of numerical methods and data structures

Resources

Stars

Watchers

Forks