Post Reply 
Statistics variables and commands
12-12-2023, 05:36 PM
Post: #4
RE: Statistics variables and commands
...and of course I realized an even shorter way to compute the mode right after I posted that novel:
Code:
\<<
  SORT
  LRPCT
  EVAL
  DUP LMAX
  MPOS
  LPICK
\>>

You can probably figure out what LMAX does without explanation. Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Statistics variables and commands - DavidM - 12-12-2023 05:36 PM



User(s) browsing this thread: 1 Guest(s)