File: median.circular.h

package info (click to toggle)
r-cran-circular 0.4-93-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: ansic: 463; fortran: 69; sh: 13; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

/****************************************************************
*                                                               *
*       AUTHORS : CLAUDIO AGOSTINELLI and ALESSANDRO GAGLIARDI  *
*       AIM : Header of median.circular.c								 *
*       DATA : 10 NOVEMBER 2012.                                *
*                                                               *
*****************************************************************/

void MedianCircularRad(double*,int*,double*,double *,int *);
double dev(double *,double,int *);