Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Estimating Model Parameters from External Data

Revision as of 17:29, 21 July 2008 by Wk2151.columbia.edu (Talk | contribs) (SEIR Models and Parameter Estimation)

Introduction

STEM provides a way for users to input data from CSV Files and Estimated model parameters in, for example, an SIR or SEIR model so that model will best approximate the input data.

Mathematics

SI Models and Parameter Estimation

SIR Models and Parameter Estimation

SEIR Models and Parameter Estimation

There are four equations with four parameters that the SEIR model is defined by:

dS/dt = -βSI + &alphaR

Implementation

Package

All of the analysis is in the package org.eclipse.ohf.stem.analysis and projects within

Classes

Back to the top