IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14049


Ignore:
Timestamp:
Jul 6, 2007, 3:45:03 PM (19 years ago)
Author:
eugene
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Metadata/Stats.pm

    r14040 r14049  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Stats.pm,v 1.19 2007-07-06 04:16:20 eugene Exp $
     3# $Id: Stats.pm,v 1.20 2007-07-07 01:45:03 eugene Exp $
    44
    55package PS::IPP::Metadata::Stats;
     
    9090                my $stats = Statistics::Descriptive::Sparse->new(); # Statistics calculator
    9191                $stats->add_data(@$data);
    92                 $entry->{value} = $stats->stdev();
     92                $entry->{value} = $stats->standard_deviation();
    9393                next;
    9494            }
Note: See TracChangeset for help on using the changeset viewer.