Search
You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button.
Results
fortran:basicsplines: 29 Hits
eg; if(ndeg <1 .or. ndeg >3 ) stop 'wrong degree'
end if
nord=ndeg+1 ! order of fit
! ages for which ... e greater than min. age'
stop 'Bsplines'
end if
write(*,*)'Step size ?'; read(*,*) istep
... e2,istep
nage=nage+1; iiage(nage) = iage
end do
if(iiage(nage)<iage2)write(*,*) &
&
fortran:geninverse: 26 Hits
else
a(1)=0.d0; nrank=0; det=0.d0
end if
return
end if
! initialize
neg=0... do i=1,n
ii=ii+n1; w(i)=a(ii); ii=ii-i
end do
! gaussian elimination steps
do ii=1,n
!... dmax=w(i); amax=bmax; imax=i
end if
end do
! ... check for singularity
wombat:ex1page: 17 Hits
d
animal
sire
dam
fixeff 9
record
end
ANAL UNI
MODEL
RAN animal NRM
FIX fixeff
TR record
END
VAR animal 1
60
VAR error 1
40
</code>
* Line 1 is a comment line (optional) -- w... e indented here -- this is for clarity (and recommended), but not actually required by the program.</fs
fortran:frontgeninv: 11 Hits
write(*,*)'error trying to read file name'; stop
end if
! open file
inquire(file=trim(fname),exist=le... e "',trim(fname),'" does not seem to exist'; stop
end if
open(1,file=trim(fname),status='old',form='for... then
write(*,*)'error trying to number'; stop
end if
write(*,*)'No. of rows/columns specified = ',
wombat:wombatauxf90: 10 Hits
jj, xx
write(*,'(2i10,f12.4)') ii, jj, xx
end do
close(44)
stop 'end of READ_NRMINV'
end program read_nrminv ! @C K.M.
</code>
==== Inbreeding coe... e "',inbrdfile,'" does not seem to exist'; stop
end if
! open file & read header
open(1,file = inbr
wombat:startingvalues: 7 Hits
lyses for all traits of interest are highly recommended !
- Univariate analyses are fast and ... n analysis we regress on some functions of our dependent variable. These functions are referred to as b... ons, such as orthogonal polynomials (e.g. [[wp>Legendre_polynomials|Legendre]]) or [[wp>Spline_function
wiki:syntax: 5 Hits
e two backslashes followed by a whitespace or the end of line.
This is some text with some linebreaks\... at the
two backslashes are only recognized at the end of a line\\
or followed by\\ a whitespace \\this ... the
two backslashes are only recognized at the end of a line\\
or followed by\\ a whitespace \\thi
wombat:specialanalyses: 3 Hits
l assume that a factor-analytic model has been intended and automatically write out summary statistics ... 299
NAMES cwt cema cimf crby cp8 crib
END
MODEL
FIX cg
RAN animal nrm
RAN bnimal... 2
tr cimf 3
tr crby 4
tr cp8 5
tr crib 6
END MOD
VAR animal 6 1
177 29 3.1 -11 15 8
9.8
wombat:faqwin: 2 Hits
under Linux. Windows/DOS and Linux differ in the `end-of-line' characters used. DOS uses a CR/LF (CR=C... different characters in a text file to denote the end of a line: CR/LF under DOS and LF under Linux, wi
fortran:fortran: 1 Hits
an 90 rewrite of subroutine DKMWHF (derived from Henderson's DJNVHF) to obtain a generalised inverse of... matrix.
[[GenInverse|dkmxhf.f90]]
Simple front-end program to DKMXHF which reads in the matrix from