diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-06-06 11:27:59 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-06-06 11:27:59 +0000 |
commit | ec8e6ce0a114a35f13c019b4fcc6a22d5b429a95 (patch) | |
tree | 49ad0f257d58d4b75a0f3c25a7b6612538fb5dd0 /LICENSE | |
parent | ef0f8116e7f1039887ac185c79254f374ce51371 (diff) |
We no longer assume a normal distribution of latencies but instead use
percentiles when calculating a life probability of an outstanding ping. Also
we do not show the mean of latency but the median as this seems to be 'more
correct'.
This also means we no longer need the normal distribution libraries from lib/
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -13,11 +13,3 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -The lib directory includes software by Peter J. Acklam <pjacklam@online.no>: - - Math::SpecFun::Erf - - Statistics::Distrib::Normal - -Those modules may be distributed under the same terms as Perl itself (the GNU -General Public License and the Artistic License). |