Description: Count the number of members of a sequence. Syntax: A.count(x) count(x1,…,xn ) Equivalent to A.count (), wsequence, non-null member, integer
Description: Calculate p-value for Fisher’s exact test. Syntax: fisher_p (A, B) Note: The MathCli external library functsequence, fisher’s exact test
Description: Calculate the frequency of a specified member in a sequence. Syntax: A.freq(o) Note: The MathCli external lsequence, frequency
Description: Count the number of distinct members in a sequence. Syntax: A.icount(x) icount(x1,…,xn) Equivalent to A.isequence,count,distinct
Description: Find whether an object is a sequence. Syntax: ifa(x) Note: The function finds whether the parameter x is a sequence
Description: Compute x with each member of the sequence and return the first non-null member of the new sequence. Syntaxsequence,first non-null member
Description: Compute intersection of all sequence-type members in a sequence. Syntax: A.isect(x) Note: Members of sequensequence,intersection
Here’s how to use maxp() function.sequence, maximum value
Here’s how to use minp() function.sequence, minimum value
Description: Get the first non-null and non-empty-string member from a sequence. Syntax: A.nvl(x) nvl (x1,…,xn) Equivasequence, first, non-null, non-empty-string