Update batch.lisp#6
Conversation
remove the iqr alias at the end since this package does not export IQR
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
1 similar comment
|
I have read the CLA Document and I hereby sign the CLA |
|
Thank very much for this. I think perhaps a better option is to export Do you want to update this PR please? |
|
@LEHunter , I'm glad you're back! I was just considering how to integrate your prior work into the batch statistics system. What do you think of converting the list-based input parameters into vector based ones? We could use the elementwise mathematics functions of numerical-utilities to smooth out the loops and syntax. |
|
I don’t know elementwise or really the numerical-utilities package, so hard to say. If there are advantages, then there’s really no reason not to. It’s cheap to coerce once or twice for those who prefer the other approach.
… On May 9, 2026, at 4:35 PM, Steve Nunez ***@***.***> wrote:
snunez1
left a comment
(Lisp-Stat/statistics#6)
<#6 (comment)>
@LEHunter <https://github.com/LEHunter> , I'm glad you're back! I was just considering how to integrate your prior work into the batch statistics system. What do you think of converting the list-based input parameters into vector based ones? We could use the elementwise mathematics <https://github.com/Lisp-Stat/numerical-utilities/blob/master/src/elementwise.lisp> functions of numerical-utilities to smooth out the loops and syntax.
—
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACWZKOVONEOXR3M2ZJB4R34Z7TIPAVCNFSM6AAAAACYXQSEQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMJUGI2TOMBQGA>.
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>.
You are receiving this because you were mentioned.
|
|
It's mostly performance; lists are elegant, but very slow. Vectors have also become the idiomatic data structure over the years. |
|
Then go for it.
… On May 9, 2026, at 4:55 PM, Steve Nunez ***@***.***> wrote:
snunez1
left a comment
(Lisp-Stat/statistics#6)
<#6 (comment)>
It's mostly performance; lists are elegant, but very slow. Vectors have also become the idiomatic data structure over the years.
—
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACWZKOF7TJV4HIBY3AW64D4Z7VS7AVCNFSM6AAAAACYXQSEQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMJUGI4DMMZWGE>.
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>.
You are receiving this because you were mentioned.
|
|
@GongYiLiao , can you update |
updated per maintainer's recommendation
remove the iqr alias at the end since this package does not export IQR