[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


model_lin Source code in cafe_model_lin.pro

model_lin

Name
           model_lin
Purpose
           Define linear fit model y = m*x + b.
Category
           CAFE
SUBCATEGORY:
           fitmodel
Input Parameters
           x         - Input x value array. Should be double precision.
           parameter - Parameter to compute model. Must contain 2
                       values.
Calling Sequence
           lin:m - slope coefficient m
           lin:b - axis intercept coefficient b
Output Parameters
           y = x*m + b
Side Effects
           None
Revision History
           $Id: cafe_model_lin.pro,v 1.9 2003/11/04 14:27:36 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:10 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically