gdl icon indicating copy to clipboard operation
gdl copied to clipboard

function comfit is not implemented

Open brandy125 opened this issue 4 years ago • 5 comments

Any chance to implement the function comfit?

I would need the function at least with keyword /exponential

brandy125 avatar Sep 16 '21 22:09 brandy125

I checked and COMFIT is based on CURVEFIT and CURVEFIT is available in GDL.

Could you please provide one or two original test cases I can use for a test_comfit.pro and/or test_comfit.pro ? Thanks !

alaingdl avatar Sep 17 '21 12:09 alaingdl

Now I saw. Nice.

I did not understand what you want to say with “original” test case. You mean a real life test scenario?

See attached an example for test_comfit.pro to test the exponential part of comfit. Unfortunately it does not pass the test for any reason while it passes for IDL. Could you check please?

On 17. Sep 2021, at 09:37, Alain @.***> wrote:

I checked and COMFIT is based on CURVEFIT and CURVEFIT is available in GDL.

Could you please provide one or two original test cases I can use for a test_comfit.pro and/or test_comfit.pro ? Thanks !

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gnudatalanguage/gdl/issues/1129#issuecomment-921763258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC5K6GI6MHEE56I4XN7IATUCMY65ANCNFSM5EFXIWBA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

brandy125 avatar Sep 17 '21 15:09 brandy125

"original" in the sense you write it by yourself. Not a copy from any third party page or code (except if compatible licence) Maybe you can send me the code by email ? Or change the suffix ?

alaingdl avatar Sep 19 '21 21:09 alaingdl

Now I understand. The code is written by myself.

Please find attached the code test_comfit.pro.gz

If you do not receive it let me know.

On 19. Sep 2021, at 18:50, Alain @.***> wrote:

"original" in the sense you write it by yourself. Not a copy from any third party page or code (except if compatible licence) Maybe you can send me the code by email ? Or change the suffix ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gnudatalanguage/gdl/issues/1129#issuecomment-922542356, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC5K6C23KEDM7BGC4AOWULUCZLJXANCNFSM5EFXIWBA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

brandy125 avatar Sep 20 '21 12:09 brandy125

duplicate of #919 . The code test_comfit.pro.gz is unavailable here (?)

GillesDuvert avatar Dec 20 '21 19:12 GillesDuvert