estimation
Here are 225 public repositories matching this topic...
Data Analysis with Bootstrapped ESTimation
-
Updated
Jan 8, 2020 - Python
a toolkit for pose estimation using deep learning
-
Updated
Jan 16, 2020 - Python
This project has moved to https://git.dynare.org/Dynare/dynare
-
Updated
Oct 15, 2019 - MATLAB
Fast clustering Expectation Maximization algorithm for Gaussian Mixture Models.
-
Updated
Oct 23, 2019 - C
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
-
Updated
Jan 15, 2020 - Jupyter Notebook
Lavaan and Mplus models are available at the online appendix. I estimate 1-2 days of work to translate these models to OpenMx. It might be worth exploring umx's lavaan to OpenMx model translator.
Estimate cost of code review using Machine Learning
-
Updated
Jan 13, 2020 - PHP
Matlab library for directional statistics and directional estimation
-
Updated
Dec 10, 2019 - MATLAB
Currently there is an example of doing orbit determination in the examples folder (testodet.py) showing how this is done with the current setup. Basically the method provided by the package takes config file and data file contents as a string and passes that data to Java classes. This is kind of an awkward implementation from a Python standpoint. I suggest modifying the API to accept config/da
- the current setup with a dict is no good
- too easy to forget an option
- or to set something whcih has no counterpart in the code.
think about other ways of setting opts and passing them to the chain constructor
System Identification for LTI systems, compatible with ControlSystems.jl
-
Updated
Jan 12, 2020 - Julia
A component of the DiffEq ecosystem for parameter estimation
-
Updated
Jan 10, 2020 - Julia
Simple particle/kalman filtering, smoothing and parameter estimation
-
Updated
Jan 16, 2020 - Julia
pICP: plain Iterative Closest Point, a no-frills implementation in C++ of a simple rigid 3D registration algorithm. Easy to integrate, uses minimal dependencies.
-
Updated
Dec 22, 2019 - C++
The improved rounding model can be rewritten as
rnd_b(x) = p_2(x, b) * eps(b)
where p_2(x, b) = p_2(x) if |x| = 0 or |x| is in the normal range and p_2(x, b) = min_pos_float(b) / eps(b) when |x| is subnormal (and not 0).
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
-
Updated
Oct 28, 2019 - MATLAB
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Dec 31, 2019 - Stata
Python implementation of a multitaper window method for estimating Wigner spectra for certain locally stationary processes
-
Updated
Sep 30, 2019 - Python
Improve this page
Add a description, image, and links to the estimation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the estimation topic, visit your repo's landing page and select "manage topics."
Hello!
I've been trying to add error bars to the individual points (for technical replicates in an experiment). It seems the plot function generates a ggplot2 object but it's not mantaining the original variable names maybe?