代码搜索:variance
找到约 2,271 项符合「variance」的源代码
代码结果 2,271
www.eeworm.com/read/467516/1500098
as variance.as
package flare.query
{
/**
* Aggregate operator for computing variance or standard deviation.
*/
public class Variance extends AggregateExpression
{
/** Flag indicating the population v
www.eeworm.com/read/467516/1500122
as variance.as
package flare.query.methods
{
import flare.query.Variance;
/**
* Creates a new Variance query operator that computes
* the population variance.
* @param expr the input ex
www.eeworm.com/read/391336/8408281
m variance.m
function y = variance(equality,mVar)
y = mVar - equality^2;
www.eeworm.com/read/391249/8414178
c variance.c
/* file : variance.c
* purpose : calculate the variance of a data set
*/
#include
double
variance(vec,ave,len)
double *vec; /* pointer to the vector */
double ave; /
www.eeworm.com/read/391023/8427820
c variance.c
/*
* tslib/plugins/variance.c
*
* Copyright (C) 2001 Russell King.
*
* This file is placed under the LGPL. Please see the file
* COPYING for more details.
*
* $Id: variance.c,v 1.3 2002/11/
www.eeworm.com/read/190158/8446936
c variance.c
/**************************************************************************
*
* ROUTINE
* variance
*
* FUNCTION
*
* calculates variance of the input array
*
* SYNOPSIS
*
www.eeworm.com/read/190158/8447316
f variance.f
www.eeworm.com/read/390641/8455294
c variance.c
/* file : variance.c
* purpose : calculate the variance of a data set
*/
#include
double
variance(vec,ave,len)
double *vec; /* pointer to the vector */
double ave; /
www.eeworm.com/read/390071/8487377
c variance.c
/* file : variance.c
* purpose : calculate the variance of a data set
*/
#include
double
variance(vec,ave,len)
double *vec; /* pointer to the vector */
double ave; /
www.eeworm.com/read/188503/8534665
c variance.c
/* variance.c, this file is part of the
* AltiVec optimized library for MJPEG tools MPEG-1/2 Video Encoder
* Copyright (C) 2002 James Klicman
*
* This library is free software