search for: iwl

Displaying 20 results from an estimated 65 matches for "iwl".

Did you mean: bwl
2008 Nov 03
1
IWLS vs direct ML estimation
Hi, I am thinking about IWLS vs ML estimation. When I use glm() for a 2-parameter distribution (e.g., Weibull), I can otain the MLE of scale parameter given shape parameter through IWLS. Because this scale parameter usually converges to the MLE. In this point, I am wondering: i) can you say that the direct MLE, which is ob...
2016 Dec 15
6
[PATCH 0/8] enable endian checks for all sparse builds
...mentation/translations/zh_CN/sparse.txt | 7 +------ arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- fs/logfs/logfs.h | 4 +--- include/linux/mmzone.h | 2 +- include/linux/serial_core.h | 4 ++-- include/linux/types.h...
2016 Dec 15
6
[PATCH 0/8] enable endian checks for all sparse builds
...mentation/translations/zh_CN/sparse.txt | 7 +------ arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- fs/logfs/logfs.h | 4 +--- include/linux/mmzone.h | 2 +- include/linux/serial_core.h | 4 ++-- include/linux/types.h...
2012 Nov 06
1
glm fitting routine and convergence
...) in c and I've been using glm to check my results. I came across a data set that has a very high condition number (the data matrix transpose the data matrix) that when running my solver does not converge, but the same data set with glm was converging ( I love R :) ). I noticed that glm using IWLS to solve the MLE problem I also noticed that the results from glm suggest that glm checks for complete separation for variables. Besides this check for variable separation is glm doing anything else besides a straight implementation to IWLS that would allow it to converge for a near ill-posed data...
2008 Jul 23
3
maximum likelihood method to fit a model
Dear R users, I use the glm() function to fit a generalized linear model with gamma distribution function and log link. I have read in the help page that the default method used by R is "glm.fit" (iteratively reweighted least squares, IWLS). Is it possible to use maximum likelihood method? Thanks Silvia Narduzzi Dipartimento di Epidemiologia ASL RM E Via di S. Costanza, 53 00198 Roma Tel +39 06 83060461 Mail narduzzi at asplazio.it
2016 Dec 15
0
[PATCH 5/8] linux: drop __bitwise__ everywhere
...ace it by __bitwise everywhere. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- include/linux/mmzone.h | 2 +- include/linux/serial_core.h | 4 ++-- include/linux/types.h | 4 ++-- include/scsi/iscsi_proto.h | 2 +- include/target/target_core_base.h...
2004 Nov 19
2
glm with Newton Raphson
Hi, Does anyone know if there is a function to find the maximum likelihood estimates of glm using Newton Raphson metodology instead of using IWLS. Thanks Valeska Andreozzi -------------------------------------------------------- Department of Epidemiology and Quantitative Methods FIOCRUZ - National School of Public Health Tel: (55) 21 2598 2872 Rio de Janeiro - Brazil
2006 Jan 12
1
Firths bias correction for log-linear models
...m the function hatvalues. For logistic regression, this can be performed by splitting up each observation into response and nonresponse, and using weights as described in Heinze, G. and Schemper, M. (2002), but I'm unsure of how to implement the analogue for log-linear models. A procedure using IWLS is described by Firth (1992) in Dodge and Whittaker (1992), but this book isn't in the local library, and its $141+ on Amazon. I've tried looking at the code in the logistf and brlr libraries, but I haven't had any (successful) ideas. Can anyone help me in describing how to implement t...
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
...my laptop (yes im running Centos on my laptop) after my last update. At the beginning i though it was libvrtd but after stopping it gnome monitor keep showing high cpu usage although i couldnt find the app that was responsible for it with the top command. I searched my log files and I saw alot of iwlwifi message. I had to turn off wifi in order to stop high cpu usage. Any ideas how to solve it? Thanks in advance! dmesg command gives me the following output: 649.668600] RSP: 002b:00007fffaa691d60 EFLAGS: 00000293 ORIG_RAX: 000000000000002e [ 649.668602] RAX: ffffffffffffffda RBX: 0000000...
2009 Jan 19
3
Wifi card - Intel PRO 5300
Hi, I'm trying to use my wireless connection on a HP 8530w laptop with no success. My OS : CentOS 5.2 x86_64 (kernel 2.6.18-92) The wifi card is : Intel PRO 5300 Is somenone try it with success ? Please, any help will be appreciated. Best regards. __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de
2013 Dec 09
1
Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working
...rent types of laptops and never had any trouble. I think I have the packages installed for this card : *[root at jvermeulen jvermeulen]# yum list installed | grep wireless** **wireless-tools.x86_64 1:29-5.1.1.el6 @base ** **[root at jvermeulen jvermeulen]# yum list installed | grep iwl** **iwl100-firmware.noarch 39.31.5.1-1.el6 @anaconda-CentOS-201207061011.x86_64/6.3** **iwl1000-firmware.noarch 1:39.31.5.1-1.el6 @anaconda-CentOS-201207061011.x86_64/6.3** **iwl3945-firmware.noarch 15.32.2.9-4.el6 @anaconda-CentOS-201207061011.x86_64/6.3** **iwl4965-firmware.noarch 228.61.2.24-...
2001 Oct 10
2
Pearson residuals (PR#1123)
...(NULL) (138.251.202.115) I think there is a problem when computing Pearson residuals, in that they seem to be computed at the raw residuals divided by the square root of the corresponding diagonal element of the weight matrix W evaluated at the last step of the iterative model fitting procedure (IWLS), instead of dividing by the square root of the model variance. Here's an example of the weird effects it produces: > me <- c(1:100)/2 > y <- rpois(100,me) > yglm <- glm(y~me-1, family=poisson(link="identity")) > plot(fitted(yglm), residuals(yglm,type="resp...
1999 Feb 02
0
Re: glm and data.frames (PR#108)
...e hacked a fix, given in the patch below. It works for me but may > break other code. I avoid data.frames like the plague so have little > to test it on. I had to use them in glmm to communicate with glm in > certain contexts but I now think I would have been much better off > rewriting IWLS from scratch. No patch is needed, data.frame just doesn't work like that: > df <- data.frame(y=cbind(rpois(20,4),rpois(20,4)),x=rnorm(20)) > names(df) [1] "y.1" "y.2" "x" > df <- data.frame(y=I(cbind(rpois(20,4),rpois(20,4))),x=rnorm(20)) >...
1999 Apr 19
1
Algorithm used by glm, family=binomial?
Does anyone know what algorithm R uses in glm, family=binomial (i.e. a logit model)? I assume that it's in the source somewhere, but I wasn't able to find it. I'd like to know what file it's in (in a unix distribution of R). Thanks for your help. --------------------------- Barnet Wagman wagman at enteract.com 1361 N. Hoyne, 2nd floor Chicago, IL 60622 773-645-8369
2004 May 17
1
residuals in multinom
Hi, is there a possibility to calculate the different "types" of residuals directly using the multinom function from MASS as it is possible for the functions gam, glm using type="deviance" or "working" or "pearson" or "response"? I tried it but got always the "response" type, I guess. thanx Matthias
2011 Jan 02
3
changing method of estimation in GLM
can anyone tell me how can i control the method of estimation (i.e. scoring method or Newton raphson method) in glm and compute deviance function ? -- View this message in context: http://r.789695.n4.nabble.com/changing-method-of-estimation-in-GLM-tp3170836p3170836.html Sent from the R help mailing list archive at Nabble.com.
2008 Mar 18
1
glm poisson, method='ML' (PR#10985)
Full_Name: saraux Version: 2.6.1 OS: Windows vista Submission from: (NULL) (193.157.180.37) I would like to compute a glm with a distribution of poisson, using a maximum of likelihood method. But it seems not to work with a distribution of poisson. The same code with another distrubution (binomial for example) works. Here is the command I typed:
2010 Aug 01
1
Modifying glm.fit() / execution path
Hello all, I'm sure I'm missing something simple here, but I can't figure out how to modify the glm.fit() function and then get R to use it (sort of). I'm doing something along the lines of: glm.fit<-edit(glm.fit) # add something trivial to the top of the glm.fit function like: print("Hello world!") #now have a modified glm.fit in position 1/.GlobalEnv
2013 May 16
1
Cannot get Centrino N 6200 wireless NIC to work Cento 6.4
...ot up to windows both the wired and the wireless network interfaces work. I have attached dmesg output for the wireless card. Reading through the messages it appears that OS cannot talk to the NIC. -- Selwyn Schultz selwynsr at gmail.com c. 616-836-8896 -------------- next part -------------- iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree: iwlwifi: Copyright(c) 2003-2012 Intel Corporation iwlwifi 0000:02:00.0: PCI INT A: no GSI - using IRQ 10 iwlwifi 0000:02:00.0: setting latency timer to 64 iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 iwlwifi 0000:02:00.0: pci_re...
2007 Aug 08
1
Regsubsets statistics
Dear R-help, I have used the regsubsets function from the leaps package to do subset selection of a logistic regression model with 6 independent variables and all possible ^2 interactions. As I want to get information about the statistics behind the selection output, I?ve intensively searched the mailing list to find answers to following questions: 1. What should I do to get the statistics