X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpercentiles.h;h=8f4271f56753a8e7c7e047df04958ff30eed9faa;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=8baba9fa2409283635881c3fe560d8413fd5708a;hpb=4239c455e7b1061b7c960b793f9080e113123845;p=pspp diff --git a/src/percentiles.h b/src/percentiles.h index 8baba9fa24..8f4271f567 100644 --- a/src/percentiles.h +++ b/src/percentiles.h @@ -15,8 +15,8 @@ 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. */ +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #ifndef PERCENTILES_H #define PERCENTILES_H @@ -64,7 +64,7 @@ void ptiles(struct hsh_table *pc_hash, enum pc_alg algorithm); -/* Calculate Tukey's Hinges */ +/* Calculate Tukey's Hinges and the Whiskers for the box plot*/ void tukey_hinges(const struct weighted_value **wv, int n_data, double w,