Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

oeis

For general discussion related FlowStone

oeis

Postby tester » Fri Dec 06, 2013 10:40 pm

I don't know yet why I am looking for such sort of things, but here is an example:

http://oeis.org/

Patterns in numbers. How to define them? How to define them in random sets at non-random visual appearances? How to define relativity and density of pattern assignments? Things not measurable via distributions due to small sizes of snapshots.

:mrgreen:
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: oeis

Postby KG_is_back » Fri Dec 06, 2013 11:24 pm

Maybe multidimensional least-squares method. I've used it to estimate coefficients of biquad filter.
[X_0] would be 1,2,3,4,... [Y] would be the patern
and [X_1]...[X_n] would be various functions of [X_n] and [Y] inducing delays and delays of the functions

so basically use LSM to find [a_n] of fuction

y(0)= a_1*x(0) + a_2*x(1) + a_2*x(0)^2 + a_3*y(1) + ... + a_n*1

the reliability of output would be dependent on the number of functions in the equation cos' it basically tells you which affect the pattern and which don't.
LSM is doable in flowstone and should be easy in ruby (especially if you use matrix libraries) even though program needs to solve matrices of linear equations of 10+ variables.

Another way would be to use some kind of iterative method to predict the pattern. something that can tell from {1,1,2,3,5,8,13,21} that it is { y(0)=y(1)+y(2) & y(-1)=0 & y(-2)=1 } somehow by refracting each step into most probable function or I don't know :roll: I'm guessing...
KG_is_back
 
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia


Return to General

Who is online

Users browsing this forum: No registered users and 62 guests