kmongo / org.litote.kmongo / kotlin.reflect.KProperty / stdDevSamp

stdDevSamp

infix fun <T> KProperty<T>.stdDevSamp(expression: T): BsonField (source)

Gets a field name for a $group operation representing the sample standard deviation of the values of the given expression when applied to all members of the group.

Parameters

expression - the expression

Parameters

Return
the field

Mongodb
.driver.manual reference/operator/aggregation/stdDevSamp/ $stdDevSamp