﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1243	Estimate and transfer functions with forward operators: F	Pedro Gea	Víctor de Buen Remiro	"¿Se puede (o debería poder) utilizar {{{Estimate}}} con inputs ({{{@InputDef}}}) cuya función de transferencia contenga monomios en {{{F}}}?

Estoy casi convencido de haber visto funcionar a {{{Estimate}}} con estos polinomios, pero he intentado probar con un ejemplo y TOL cae:
{{{
#!java
Real PutRandomSeed(2143);
Serie noise = SubSer(Gaussian(0, 1, C), y2001, y2002);
Serie input = SubSer(Rand(0, 1, C), y2000, y2003);
Serie output = noise + ((0.3*F):input);
Set model = @ModelDef(
  output, 1, 0, 1, 0,
  Polyn 1, SetOfPolyn(1), SetOfPolyn(1), [[
    @InputDef(0.1*F, input)
  ]], Copy(Empty)
);
Set estimation = Estimate(model);
}}}"	defect	closed	high	Mantainance	Kernel	head	blocker	fixed		
