sequence 相关的搜索结果 共有27个

count()

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

fisher_p()

Description: Calculate p-value for Fisher’s exact test. Syntax: fisher_p (A, B) Note: The MathCli external library functsequence, fisher’s exact test

freq ()

Description: Calculate the frequency of a specified member in a sequence. Syntax: A.freq(o) Note: The MathCli external lsequence, frequency

icount()

Description: Count the number of distinct members in a sequence. Syntax: A.icount(x)   icount(x1,…,xn) Equivalent to A.isequence,count,distinct

ifa()

Description: Find whether an object is a sequence. Syntax: ifa(x) Note: The function finds whether the parameter x is a sequence

ifn()

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

isect()

Description: Compute intersection of all sequence-type members in a sequence. Syntax: A.isect(x) Note: Members of sequensequence,intersection

maxp()

Here’s how to use maxp() function.sequence, maximum value

minp()

Here’s how to use minp() function.sequence, minimum value

nvl()

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