search for: wieght

Displaying 9 results from an estimated 9 matches for "wieght".

Did you mean: hieght
2008 Sep 08
1
Sort (indices only)
I am using the function 'spectrum'. It returns two arrays that are interesting to me. One would be the wieght or density of a given frequency with the irequency given in another array. I would like to take the top 'n' weights which would be the top 'n' frequencies contributing to the signal. One way to do this would be to use 'sort' which would sort the weights but I then lose which...
2006 Feb 01
2
VFS audit
I would like to turn on auditing for a particular share and have all auditing go to the username.machinename.log files. If I turn on audit then no matter which way I configure it, it either goes to just syslog, or both. My goal is to just log to the samba files and take the wieght off of syslog. I have searched and searched but can't find but a solution that works. Any help would be greatly appreciated. I have it set now as: ... log level = 0 vfs:2 syslog = 0 ... Please let me know if I can provide anymore information that may help.. Thank you again, ryan-- rtaylor82...
2011 Dec 16
1
simulation
...odelformula,data,family=binomial(link=logit),nAGQ=1)) where modelformula is set up in another part of the program.? Locations are treated as random and the model is random intercept only.? The program is set?to run 1000 simulations. ? I have temperature, five levels of gestational age (GA), birth wieght (BW) and?four? other categorical pedictors, all binary.? I scaled everything so that all my slopes are in the range of -5.2 to 1.6 and?variances from .01 to .08.? I have a couple of categories of GA that have small probabilities (<.10).? I'm using a structured sampling approach looking at...
2008 Oct 13
0
stl outlier help request
...quot;trend"][outliers] } } My question is, "is there a better way?". One improvement would be to use the square of the remainder as a stopping criteria rather than a hard-coded loop. Not being familiar with the arguments to stl (inner, outer, etc.) and their bearing on the wieghts I don't know if there is a better way by simply specifying these arguments. So far increasing these arguments above the default values does not seem to reduce the remainder or weights array. I realize that I could look at the source but before I do I would like to request some comments from th...
2006 Nov 02
2
Simple question about Lists
Hello, I know this must be a very simple problem, but I can't work it out from the documentation that is available. I've got a list of data I would like to plot (the weights of a single neuron that was trained using the neural package). The problem I'm encountering is that this set of weights, are in the form of a list. > network$weigth[1] [[1]] [,1] [1,]
2006 Jun 06
1
gamm error message
Hello, Why would I get an error message with the following code for gamm? I want to fit the a gam with different variances per stratum. library(mgcv) library(nlme) Y<-rnorm(100) X<-rnorm(100,sd=2) Z<-rep(c(T,F),each=50) test<-gamm(Y~s(X),weights=varIdent(form=~1|Z)) summary(test$lme) #ok summary(test$gam) Gives an error message: Error in inherits(x, "data.frame")
2007 May 03
3
factanal AIC?
Dear list members, Could any expert on factor analysis be so kind to explain how to calculate AIC on the output of factanal. Do I calculate AIC wrong or is factanal$criteria["objective"] not a negative log-likelihood? Best regards Jens Oehlschl?gel The AIC calculated using summary.factanal below don't appear correct to me: n items factors total.df rest.df model.df
2007 May 03
3
factanal AIC?
Dear list members, Could any expert on factor analysis be so kind to explain how to calculate AIC on the output of factanal. Do I calculate AIC wrong or is factanal$criteria["objective"] not a negative log-likelihood? Best regards Jens Oehlschl?gel The AIC calculated using summary.factanal below don't appear correct to me: n items factors total.df rest.df model.df
2011 Jun 30
0
help with interpreting what nnet() output gives:
...like 'conn', 'nconn, 'nsunits', n and 'nunits' mean, and how weights are calculated. The package odf has little or no explanations, and the C +R surce code availabe at CRAN is too difficult to comprehend. Can anyone please help? Also, i wish to know how the *number* of wieghts is calculated. when the nnet() command is run, it ouputs, on the console, the number of weights, and values of 'value'. But how do you calculate the bnumber of weights in nnet, say, if you are feeding it an MxN inputs dataframe (i.e. M observations, each having N inputs, like the iris data...