Changeset 2523
- Timestamp:
- Jul 18, 2011, 11:32:36 PM (12 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Fisher.cc
r2382 r2523 5 5 Copyright (C) 2005 Peter Johansson 6 6 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 7 Copyright (C) 2009, 2010 Peter Johansson7 Copyright (C) 2009, 2010, 2011 Peter Johansson 8 8 9 9 This file is part of the yat library, http://dev.thep.lu.se/yat … … 112 112 113 113 114 double Fisher::oddsratio(void) const 115 { 116 return oddsratio_; 117 } 118 119 114 120 double Fisher::p_value() const 115 121 { -
trunk/yat/statistics/Fisher.h
r2316 r2523 7 7 Copyright (C) 2004, 2005 Peter Johansson 8 8 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 9 Copyright (C) 2009 Peter Johansson9 Copyright (C) 2009, 2011 Peter Johansson 10 10 11 11 This file is part of the yat library, http://dev.thep.lu.se/yat … … 148 148 const unsigned int c, const unsigned int d); 149 149 150 /** 151 \return oddsratio loaded via oddsratio(4) 152 153 \since New in yat 0.8 154 */ 155 double oddsratio(void) const; 156 150 157 private: 151 158 bool calculate_p_exact() const;
Note: See TracChangeset
for help on using the changeset viewer.