History of statistics at UVa and Halsey Hall.
Degree programs and application materials.
The Statistical Consulting Service at UVa.
Computing information and resources.
Course offerings and links to class web pages.
Recent news, announcements, and the statistics events/seminar calendar.
Faculty, staff and graduate student directory.
Listing of publications by people in the department.
Go to the University of Virginia Home Page.Go to the UVa Statistics Home Page.Go to the UVa Biostatistics Home Page.Go to the UVa Mathematics Home Page.Find statistics related sites.
Using IMSL on Statistics Computer System

There are two things you need to do to link to IMSL.

First you have to set up some IMSL related variables by sourcing the file /vni/ipt/bin/iptsetup.csh

I do this in my .tcshrc file with the line
source /vni/ipt/bin/iptsetup.csh

Next, you need to do the actual linking. Here is how I compile the FORTRAN program Gibbs whose source is in gibbs.f:
gibbs: gibbs.f
$(FC) -o gibbs $(FFLAGS) gibbs.f $(LINK_FNL)

The two lines above are in a Makefile, and all I need to do is type
make gibbs
at the shell prompt.

Mario Peruggia, Associate Professor
Division of Biostatistics and Epidemiology
Department of Health Evaluation Sciences
University of Virginia School of Medicine