The z locale is always present (but semi-invisible), by design. FYI,
-- Raul On Mon, Oct 16, 2017 at 1:43 AM, 'Skip Cave' via Programming <[email protected]> wrote: > Aha! The name has changed from 'statfns' to 'stats'. that's why I couldn't > find it in the V8 release. Also, it looks like the stats utility uses the > 'z' locale, so that means that I will have to spend some time figuring out > how to use locales. > > Skip > > > > Skip Cave > Cave Consulting LLC > > On Sun, Oct 15, 2017 at 11:35 PM, Raul Miller <[email protected]> wrote: > >> You can load the code using: >> >> require'stats' >> >> And sometimes the code has slightly better comments (possibly >> examples, or whatever). >> >> For that, once you have loaded the definitions, you can use: >> >> scriptof=: 4!:3 bind '' {~ 4!:4&;: >> >> For example: >> >> open scriptof 'cile' >> >> I hope this helps. >> >> Thanks, >> >> -- >> Raul >> >> >> On Sun, Oct 15, 2017 at 10:52 PM, 'Skip Cave' via Programming >> <[email protected]> wrote: >> > Where are the detailed descriptions and code for the 'statfns' addon? i >> > can't seem to find it on the jsoftware.com website. I found the listing >> at: >> > http://www.jsoftware.com/docs/help602/user/script_statfns.htm >> > But there are no links to the verb description or code. I want to explore >> > correlation and linear regression, both of which are in that statfns >> add-0n. >> > >> > Skip >> > >> > Skip Cave >> > Cave Consulting LLC >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
