Changeset 897

Show
Ignore:
Timestamp:
04/09/10 09:35:47 (14 years ago)
Author:
mido
Message:

small patch of documentation

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsmDS.h

    r895 r897  
    2424 
    2525protected: 
    26     //! indeces of logged variables 
     26    //! indices of logged variables 
    2727    int L_x, L_ou, L_oy, L_iu, L_optu; 
    2828    //! Setpoints of omega in timespans given by dt_prof 
  • library/bdm/estim/mixtures.h

    r886 r897  
    5959                const int no_factors()const {return mix.n+1;} 
    6060        } est; 
    61         ////!Indeces of component rvc in common rvc 
     61        ////!indices of component rvc in common rvc 
    6262 
    6363        //! Flag for a method that is used in the inference 
  • library/doc/tutorial/01userguide.dox

    r853 r897  
    6060Where \c u typically denotes input and \c y denotes output of the system. A causal dependence between input and output is typically presumed. 
    6161 
    62 We are predominantly concerned with discrete-time systems, hence, we will add indeces \f$ _t \f$ to both input and output, \f$ u_t \f$ and \f$ y_t \f$. We presume that the causal dependence is \f$ u_t \f$ comes before \f$ y_t \f$. 
     62We are predominantly concerned with discrete-time systems, hence, we will add indices \f$ _t \f$ to both input and output, \f$ u_t \f$ and \f$ y_t \f$. We presume that the causal dependence is \f$ u_t \f$ comes before \f$ y_t \f$. 
    6363 
    6464One of the definition of a system is that system is a "set of variables observed on a part of the world". Under this definition system is understood as generator of data. This definition may be a considered too simplistic, but it serves well as a description of what software object \c DataSource is.