Classes | Functions
contrib/brl/bbas/bsta/bsta_weibull.h File Reference

A Weibull distribution. More...

#include "bsta_distribution.h"
#include <vnl/vnl_gamma.h>
#include <vcl_cassert.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  bsta_weibull< T >

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, bsta_weibull< T > const &w)

Detailed Description

A Weibull distribution.

Author:
Joseph L. Mundy
Date:
November 8, 2008 The three-parameter, shifted, Weibull distribution has the form
                                              _    _ k
                                             | x-mu |
                                _    _ k-1  -|------|
                          k    | x-mu |      |lambda|
    p(x;lambda, k, mu)= ------ |------|    e -      -
                        lambda |lambda|
                               -      -
    
where lambda is called the scale parameter, k is the shape parameter and mu is the location parameter.
    Modifications
     (none yet)
   

Definition in file bsta_weibull.h.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
bsta_weibull< T > const &  w 
) [inline]

Definition at line 101 of file bsta_weibull.h.