ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Trending and Curve Fitting
Posted by seafree on Mar-29-2022 02:38
HI, I'm using a General Curve Fitting, but I'm confuse whit the RANTABLE use, please will You tell me how can I use.


I'm  having  use a real data, and don't need a random data, I musr use of Rantable, curvefitting.pl?

I had been confused,  plese wIll You help me?

Thanks a Lot.

Regards
seafree

  Re: Trending and Curve Fitting
Posted by Peter Kwan on Mar-29-2022 11:17
Hi seafree,

The RanTable is used to generate an array containing a random sequence using the random walk. Your real code should not use random numbers but your actual data. You just need to replace $data with your actual data:

my $data = [.......]; // an array of numbers for your actual data

Regards
Peter Kwan

  Re: Trending and Curve Fitting
Posted by seafree on Mar-29-2022 23:29
Thanks a lot Peter Kwan

Regards
seafree