Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongoose/types/expressions.d.ts>mongoose.Expression.StdDevPop

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
interface mongoose.Expression.StdDevPop
import { type mongoose } from "https://deno.land/x/mongoose@7.6.12/types/expressions.d.ts";
const { StdDevPop } = mongoose.Expression;

Properties

$stdDevPop: Expression

Calculates the population standard deviation of the input values. Use if the values encompass the entire population of data you want to represent and do not wish to generalize about a larger population. $stdDevPop ignores non-numeric values.