Liking cljdoc? Tell your friends :D

net-promoter-score.nps-values


find-middle-vector-elementsclj

(find-middle-vector-elements element-count)

Finds the middle elements in a vector, useful for calculating the median value.

Finds the middle elements in a vector, useful for calculating the median value.
sourceraw docstring

nps-meanclj

(nps-mean values)

Calculates the double-precision mean value of the given score, used to provide a summary of NPS scores over a period of time. Validates that the scores are valid NPS scores before calculation.

Calculates the double-precision mean value of the given score, used to provide a summary of NPS scores over a period of time. Validates that the scores are valid NPS scores before calculation.
sourceraw docstring

nps-medianclj

(nps-median values)

Calculates the median value of the provided NPS scores, used to provide a summary of NPS scores over a period of time.

Calculates the median value of the provided NPS scores, used to provide a summary of NPS scores over a period of time.
sourceraw docstring

nps-standard-deviationclj

(nps-standard-deviation values)

Calculates the population standard deviation of a provided set of NPS scores, used to provide a summary of scores over a period of time.

Calculates the population standard deviation of a provided set of NPS scores, used to provide a summary of scores over a period of time.
sourceraw docstring

nps-varianceclj

(nps-variance values)

Calculates the population variance of a provided set of NPS scores, used to provide a summary of scores over a period of time.

Calculates the population variance of a provided set of NPS scores, used to provide a summary of scores over a period of time.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close