VF_meanwWVD_meanwWVE_meanwW
VCF_meanwWVCD_meanwWVCE_meanwW
Funktiongewichteter Mittelwert
Syntax C/C++#include <VFstd.h>
float VF_meanwW( fVector X, fVector Wt, ui size );

    (analog VD_,   VE_)
fComplex VCF_meanwW( cfVector X, fVector Wt, ui size );
    (analog VCD_,   VCE_)
C++ VecObj#include <OptiVec.h>
T vector<T>::meanwW( const vector<T>& Wt );
fComplex vector<complex<T>>::meanwW( const vector<T>& Wt );
Pascal/Delphiuses VFstd;
function VF_meanwW( X, Wt:fVector; size:UIntSize ): Single;

    (analog VD_,   VE_)
procedure VCF_meanwW( var Mean:fComplex; X:cfVector; Wt:fVector; size:UIntSize );
    (analog VCD_,   VCE_)
CUDA-Funktion C/C++#include <cudaVFstd.h>
int cudaVF_meanwW( float *h_RetVal, fVector d_X, fVector d_Wt, ui size );
int cusdVF_meanwW( float *d_RetVal, fVector d_X, fVector d_Wt, ui size );
float VFcu_meanwW( fVector h_X, fVector h_Wt, ui size );
CUDA-Funktion Pascal/Delphiuses VFstd;
function cudaVF_meanwW( var h_RetVal:Single; d_X, d_Wt:fVector; size:UIntSize ): IntBool;
function cusdVF_meanwW( d_RetVal:PSingle; d_X, d_Wt:fVector; size:UIntSize ): IntBool;
function VFcu_meanwW( h_X, h_Wt:fVector; size:UIntSize ): Single;
BeschreibungmeanwW = (1 / Summe( Wti )) * Summe( Xi * Wti )
Man beachte, dass die Gewichte immer reell sind, auch in den komplexen Versionen.
Fehlerbehandlungkeine
Rückgabewertgewichtetes Mittel (außer komplexe Varianten in Pascal/Delphi).
QuerverweisVF_mean,   VF_selected_mean,  VF_sum,   VF_ssq,   VF_ssqdevC,   VF_median,   VF_meanvarwW,   VF_linregresswW

VectorLib Inhaltsverzeichnis  OptiVec Home