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.

Changes between Version 8 and Version 9 of upgrade/transformations


Ignore:
Timestamp:
Jul 2, 2010, 10:39:24 AM (15 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • upgrade/transformations

    v8 v9  
    2323
    2424{{{
    25 #!c
     25#!java
    2626@MMS.Transformation _.transformation = BoxCox(0,0);
    2727}}}
     
    3131Construcción de la transformación:
    3232{{{
    33 #!c
     33#!java
    3434// Modo 1
    3535MMS::@Transformation _.transformation.1 = MMS::@Transformation.BoxCox::Default(0,0);
     
    4343Alternativa en los argumentos de una MVariable:
    4444{{{
    45 #!c
     45#!java
    4646// Modo 1 ó 2
    4747NameBlock [_.output|_.input] = [[
     
    8080(i) donde se definen constructores específicos para las transformaciones del proyecto:
    8181{{{
    82 #!c
     82#!java
    8383///////////////////////////////////////////////////////////////////////////////
    8484@MMS.Transformation MMC_ExtendedNormalizeBoxCox(Real first, Real second, Date dat)
     
    111111(ii) y donde se utilizan las transformaciones:
    112112{{{
    113 #!c
     113#!java
    114114Text variableName = ...;
    115115Real model::CreateBaseExpTermOmega([[
     
    130130
    131131{{{
    132 #!c
     132#!java
    133133///////////////////////////////////////////////////////////////////////////////
    134134Serie MMC_ExtendedNormalizeBoxCox(Serie s, Real first, Real second, Date dat)
     
    152152
    153153{{{
    154 #!c
     154#!java
    155155Text variableName = ...;
    156156
     
    177177En ausencia de transformación sería simplemente:
    178178{{{
    179 #!c
     179#!java
    180180Text variableName = ...;
    181181Anything submodel::CreateExpTerm_TransferFunction([[