File: Introduction.html

package info (click to toggle)
model-builder 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,056 kB
  • sloc: python: 3,916; fortran: 690; makefile: 18; sh: 11
file content (82 lines) | stat: -rw-r--r-- 2,052 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

  
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">

  
  <title>Introduction</title>
</head>


<body>
<a href="index.html">Home</a><br>
<hr style="width: 100%; height: 2px;">
<h1>Introduction
</h1>
Model Builder is a graphical ODE simulator. &nbsp;It allows the user to
define, simulate and analyze arbitrary systems of Ordinary Diferential
Equations.<br>

<span style="text-decoration: underline; font-weight: bold;">Purpose<br>

<br>

</span>ModelBuilder
was created to be a generic interface to people that need to simulated
Ordinary Differential Equations (ODE) models and analyze their output.<br>

<br>

For
that purpose I wrote a (hopefully) nice frontend to the LSODA ODE
solving library, so that the model equations can be written directly in
the main window and the parameters for the numerical integration can
also be set easily.<br>

<br>

<span style="font-weight: bold; text-decoration: underline;">Features<br>

<br>

</span>
<ul>

  <li>Equation-based
model definition. No need to learn to program to define and run your
models. Just type-in you differential equations</li>

  <li>Graphic output of
simulation. You can save the graphics in the most common formats: png,
svg, pdf, etc.</li>

  <li>Spreadsheet view
of the results. From the spreadsheet you can make customized plots from
your variables. You can also export your data to a .csv text file</li>

  <li>Latex rendering
of your system of equations. Check you equation in clear mathematical notation.</li>

  <li>Intuitive
graphical interface.</li>

  <li>Free software.
Licensed under the GPL</li>

  <li>Portable. Run
wherever Python runs.</li>

  <li>Uncertainty
analysis module. Implements a straightforward interface for the Bayesian Melding method.&nbsp;</li>

  <li>Sensitivity analysis. Find out how sensitive your model is to variations in parameter values.</li>

</ul>

<br>

<span style="font-weight: bold; text-decoration: underline;"></span>
</body>
</html>