close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 2, 2010, 8:28:16 AM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v7
|
v8
|
|
| 33 | 33 | #!c |
| 34 | 34 | // Modo 1 |
| 35 | | @MMS.Transformation _.transformation.1 = @MMS.Transformation.BoxCox::Default(0,0); |
| | 35 | MMS::@Transformation _.transformation.1 = MMS::@Transformation.BoxCox::Default(0,0); |
| 36 | 36 | // Modo 2 |
| 37 | | @MMS.Transformation _.transformation.2 = @MMS.Transformation::Family("BoxCox", [[0,0]]); |
| | 37 | MMS::@Transformation _.transformation.2 = MMS::@Transformation::Family("BoxCox", [[0,0]]); |
| 38 | 38 | // Nombre de la transformación |
| 39 | 39 | Text _.transformation.2::GetName(?); |
| … |
… |
|
| 47 | 47 | NameBlock [_.output|_.input] = [[ |
| 48 | 48 | ... |
| 49 | | @MMS.Transformation _.transformation = ... |
| | 49 | MMS::@Transformation _.transformation = ... |
| 50 | 50 | ... |
| 51 | 51 | ]] |
| … |
… |
|
| 155 | 155 | Text variableName = ...; |
| 156 | 156 | |
| 157 | | @MMS.Variable vc = model::GetDataSet(?)::CreateVariableCalculated([[ |
| | 157 | MMS::@Variable vc = model::GetDataSet(?)::CreateVariableCalculated([[ |
| 158 | 158 | ... |
| 159 | 159 | Text _.variableName = variableName<<"_Transformed"; |
| … |
… |
|
| 165 | 165 | ]]); |
| 166 | 166 | |
| 167 | | @MMS.ExpTerm submodel::CreateExpTerm_TransferFunction([[ |
| | 167 | Anything submodel::CreateExpTerm_TransferFunction([[ |
| 168 | 168 | ... |
| 169 | 169 | NameBlock _.input = [[ |
| … |
… |
|
| 179 | 179 | #!c |
| 180 | 180 | Text variableName = ...; |
| 181 | | @MMS.ExpTerm submodel::CreateExpTerm_TransferFunction([[ |
| | 181 | Anything submodel::CreateExpTerm_TransferFunction([[ |
| 182 | 182 | ... |
| 183 | 183 | NameBlock _.input = [[ |