In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the
emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to
provide an environment that s powerful yet easy to use.
One of the main strengths of UNIX is that it comes with a large collection of standard programs. These
programs perform a wide variety of tasks from listing your files to reading EMAIL. Unlike other operating
systems, one of the key features of UNIX is that these programs can be combined to perform complicated
tasks and solve your problems.
One of the most powerful standard programs available in UNIX is the shell. The shell is a program that
provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have
ever used a UNIX system, you have interacted with the shell.
Nagios is a powerful host and service monitoring program designed to run on most *NIX systems. It is written in C and designed to be fast and flexible. It has the ability to contact administrators via EMAIL, pager, or other user-defined methods.
This folder has some scritps that you may find usefull.
All of it comes from questions that I ve received in my EMAIL.
If you have a new request/question, feel free to send it to marceloperlin@gmail.com.
But please, don t ask me to do your homework.
Passing_your_param0
This folder contains instructions (and m files) for passing you own initial parameters to the fitting function.
I also included a simple simulation script that will create random initial coefficients
(under the proper bounds) and fit the model to the data.