From: Steven Lord on

"andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
news:hum421$ag7$1(a)fred.mathworks.com...
> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> <hult10$oak$1(a)fred.mathworks.com>...
>> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
>> <hulonk$6um$1(a)fred.mathworks.com>...

*snip*

> no ideas??

You've said that you want the MATLAB equivalent of a function from some
other software package, but you haven't clearly stated what that other
function does. It's entirely possible that no one here has used or even
heard of that other package before. Post a link to the documentation for
that function or give a clear, thorough description of what EXACTLY that
function does and someone may be able to offer a suggestion.

Alternately, just explain what it is that you're trying to do in MATLAB
(without referring to the other software package) and you may receive some
suggestions for how to achieve your goal.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


From: andrea182 on
"Steven Lord" <slord(a)mathworks.com> wrote in message <hum7p2$gqu$1(a)fred.mathworks.com>...
>
> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> news:hum421$ag7$1(a)fred.mathworks.com...
> > "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> > <hult10$oak$1(a)fred.mathworks.com>...
> >> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> >> <hulonk$6um$1(a)fred.mathworks.com>...
>
> *snip*
>
> > no ideas??
>
> You've said that you want the MATLAB equivalent of a function from some
> other software package, but you haven't clearly stated what that other
> function does. It's entirely possible that no one here has used or even
> heard of that other package before. Post a link to the documentation for
> that function or give a clear, thorough description of what EXACTLY that
> function does and someone may be able to offer a suggestion.
>
> Alternately, just explain what it is that you're trying to do in MATLAB
> (without referring to the other software package) and you may receive some
> suggestions for how to achieve your goal.
>
> --
> Steve Lord
> slord(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
> To contact Technical Support use the Contact Us link on
> http://www.mathworks.com
>

here there is the description...
http://www.statsoft.com/textbook/neural-networks/#timeseries
i see that only regression is equal to newfit()...
From: andrea182 on
"andrea182 " <nickfasullo77(a)yahoo.it> wrote in message <hum8hu$8g9$1(a)fred.mathworks.com>...
> "Steven Lord" <slord(a)mathworks.com> wrote in message <hum7p2$gqu$1(a)fred.mathworks.com>...
> >
> > "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> > news:hum421$ag7$1(a)fred.mathworks.com...
> > > "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> > > <hult10$oak$1(a)fred.mathworks.com>...
> > >> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message
> > >> <hulonk$6um$1(a)fred.mathworks.com>...
> >
> > *snip*
> >
> > > no ideas??
> >
> > You've said that you want the MATLAB equivalent of a function from some
> > other software package, but you haven't clearly stated what that other
> > function does. It's entirely possible that no one here has used or even
> > heard of that other package before. Post a link to the documentation for
> > that function or give a clear, thorough description of what EXACTLY that
> > function does and someone may be able to offer a suggestion.
> >
> > Alternately, just explain what it is that you're trying to do in MATLAB
> > (without referring to the other software package) and you may receive some
> > suggestions for how to achieve your goal.
> >
> > --
> > Steve Lord
> > slord(a)mathworks.com
> > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
> > To contact Technical Support use the Contact Us link on
> > http://www.mathworks.com
> >
>
> here there is the description...
> http://www.statsoft.com/textbook/neural-networks/#timeseries
> i see that only regression is equal to newfit()...

up
From: andrea182 on
"andrea182 " <nickfasullo77(a)yahoo.it> wrote in message <hular8$kav$1(a)fred.mathworks.com>...
> i've see the equivalent of statistica 8.0 of regression into neural network is newfit()
>
> what is the equivalent into matlab of time series (regression)?
>
> Thanks to everyone...

no one have an idea??
From: andrea182 on
"andrea182 " <nickfasullo77(a)yahoo.it> wrote in message <hunuh9$8n8$1(a)fred.mathworks.com>...
> "andrea182 " <nickfasullo77(a)yahoo.it> wrote in message <hular8$kav$1(a)fred.mathworks.com>...
> > i've see the equivalent of statistica 8.0 of regression into neural network is newfit()
> >
> > what is the equivalent into matlab of time series (regression)?
> >
> > Thanks to everyone...
>
> no one have an idea??

inside the help online there is this description:
Regression (for implementing regression with non-sequential data).
Time Series Regression (for implementing regression with time series data).

some ideas how to replicate it into matlab??

i've a time-series of 1 and 0...