close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 3 of Ticket #1516


Ignore:
Timestamp:
Apr 25, 2012, 2:39:17 PM (13 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1516

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1516 – Description

    initial v3  
    44
    55Sin embargo, al ir a probarlas nos ha dado error:
    6 
    7 '''ERROR: [1] x_ no es un objeto valido para el tipo Real.
     6{{{
     7ERROR: [1] x_ no es un objeto valido para el tipo Real.
    88
    99[Call stack]
     
    2525  [2] Matrix StdLib::Interpolate::Scalar::fillMissAllMat (Matrix X, Matrix Y, Text method, Real order)
    2626  [1] Serie StdLib::Interpolate::Scalar::fillMissIsoSer (Serie y, Text method, Real order)
    27 '''
     27}}}
    2828
    2929
    3030Las series que hemos utilizado son las siguientes:
     31{{{
    3132Serie ser001.t1 = SubSer(CalInd(W, Mensual), y2010, y2010);
    3233Serie ser001.t2 = Log(SubSer(CalInd(W, Mensual), y2010m2, y2010m12));
    3334Serie ser001.t3 = SubSer(Gaussian(1000, 50, Mensual), y2011, y2012);
    3435Serie ser001 = ser001.t1 >> ser001.t2 >> ser001.t3;
    35 
     36}}}
    3637Y las funciones que hemos probado son:
     38{{{
    3739Serie StdLib::Interpolate::Scalar::fillMissIsoSer(ser001, "linear", 12);
    3840Serie StdLib::Interpolate::Scalar::fillMissAllSer(ser001, "linear", 12);
     41}}}