search for: hsi

Displaying 20 results from an estimated 40 matches for "hsi".

Did you mean: esi
2002 Jun 14
1
Error: NA/NaN/Inf in foreign function call (arg 1)
Hi, I have a huge data table with several variables containing missing values. I want to make a simple scatter plot (Mass, HSI) and draw a smooth regression on it. Here are the summaries of these two variables: > summary(Mass) Min. 1st Qu. Median Mean 3rd Qu. Max. 46.0 205.9 272.5 282.6 348.3 610.1 > summary(HSI) Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 0.300 1.045 1...
2009 Mar 25
1
Requesting help with lattice again
...equest for assistance that I submitted earlier, this time with the dataset. My mistake for taking up bandwidth. I've also rephrased the question to address an additional concern. I'm working on a windows XP machine with R 2.8.1 1). I'd like a barchart (or other lattice type display) HSI ~ of the three factors (Region, Scenario and HydroState). However barchart complains > library(reshape) > library(lattice) > barchart(Wbirdsm$HSI ~ WBirdsm$Scenario | WBridsm$Region) > # This works, but only marginally. I'd like specify the interaction between the variab...
2006 Oct 31
0
6333712 SunFire 25K panics with IB card installed with HSI/P or ATM installed
Author: elowe Repository: /hg/zfs-crypto/gate Revision: 1e626c708d19873645f833d0507362c3a5731c08 Log message: 6333712 SunFire 25K panics with IB card installed with HSI/P or ATM installed Files: update: usr/src/uts/sfmmu/vm/hat_sfmmu.c
2009 May 18
2
Superscripts and subscripts in trellis graphics
I'd like to annotate an xyplot with an R^2 value, but can not find the syntax to define the superscript format for the text. I'd appreciate suggestions, xyplot(SharkSloughEggs.df$Sharkeggs.rel + SharkSloughEggs.df$SharkHatched.rel + SharkSloughEggs.df$SharkFlooded.rel + HSI.shark$MEAN ~ Year, pch=c(1,9,5,4), lty=c(1,6,3,4), lwd = c(2), col = c("black", "blue", "green", "red"), scales=list(tick.number=length(Year)), data=SharkSloughEggs.df, ylab="Relative Egg Success", main="Shark S...
2004 Jan 12
7
3.3v PCI board - TE410P photo
Hi- I have posted a photo of the TE410P Digium card on my site, so that those wishing to purchase a compatible motherboard can see physically what the PCI slot requirement is: http://www.evtmedia.com/TE410P.htm I believe the required slot is a 64-bit, 3.3 Volt PCI, most commonly found on Xeon-based motherboards. A 64-bit slot is longer than the TE410P board requires, but the PCI connector
2009 Mar 24
1
Help with lattice
...as follows; > key.variable <- list(space = "right", text = list(levels(wbirdm$variable)), points = list(pch = 1:3, col=c(1:9))) > dotplot(wbirdm$value ~ wbirdm$variable | wbirdm$Region, col=c(1:9), pch= rep(c(1:3), key = key.variable, groups=wbirdm$variable, ylab= "Mean HSI")) This works pretty well, with the exception that the size of x axis labels is too large. Also, the key does not appear. I do appreciate all of the help this group provides. Thanks Steve Friedman Ph. D. Spatial Statistical Analyst Everglades and Dry Tortugas National Park 950 N Krome Av...
2009 May 05
1
setting trellis auto.key color values
...r.xlab.text = list(cex = 1.25)) > barchart(gator_IR$MEAN ~ gator_IR$Hydro | as.factor(gator_IR$IR_ID),layout=c(4,1),col = c(3:5), groups=gator_IR$Rain, ylim=c(0,1), par.settings = graph.sets, main = "Alligator Nesting Performance", ylab= "Mean HSI", auto.key = list("top", columns=3, col=c(3:5)) this script creates the graph nicely, with the qualification that the color for the key titles are the correct, but the filling colors are default pastels. Where do I change them ? Windows XP with R 2.8.1 Thank y...
2009 Jul 01
0
help with superscripts in simple plots
Hello All, When I use the following lines of code to create a plot and add labels with R-square values the labels have a superscripted R2. library(lattice) xyplot(PropHatchedNests$Phatched + PropHatchedNests$PropNests + PropHatchedNests$meanHSI + PropHatchedNests$RelMeanEggsNest ~ PropHatchedNests$Year, type = "b", scales=list(tick.number=length(PropHatchedNests$Year)), ylab="Score", xlab="Year", pch=c(1,4,5), col= c("black","blue", "red", "darkgreen"), l...
2012 Feb 23
0
resistanceDistance representation
Dear all, i'm using gdistance to model animal movement across landscape. I have imported 11 rasters with roads, freeways, slope, use-of-land, lakes (...) after recoding them with GRASS with a HSI value ranging from 1 to 4. I've assigned zero to the NAs and then transformed all the rasters in TransitionLayers (function=mean,directions=4) and later summed all of them into a new transition: > MY_transitionclass : TransitionLayer dimensions : 2181, 1648, 3594288 (nrow, ncol, nc...
2013 Feb 07
0
No subject
you wouldn't get any Network Signalling engineers implementing the 3GPP stack to buy into that. Another issue is that our modem also support other interface technologies such as USB and HSI. It simply doesn't make sense to enforce virtio rings internally if virtio isn't otherwise used on the modem. Without host side rings we simply wouldn't be able to implement zero-copy in the RX direction for the STE-modem. Regards, Sjur > > That said, I do believe that mixing g...
2013 Feb 07
0
No subject
you wouldn't get any Network Signalling engineers implementing the 3GPP stack to buy into that. Another issue is that our modem also support other interface technologies such as USB and HSI. It simply doesn't make sense to enforce virtio rings internally if virtio isn't otherwise used on the modem. Without host side rings we simply wouldn't be able to implement zero-copy in the RX direction for the STE-modem. Regards, Sjur > > That said, I do believe that mixing g...
2013 Apr 29
1
Puppet Windows - Mapped Network Drive and Service Account
...Path = "\\;LanmanRedirector\;Z:00000000000003e7\10.202.1.27\Data$\" Result = "ACCESS DENIED". I verified the same result using psexec to open a cmd prompt under the "LOCAL SYSTEM" account by opening a CMD with administrative privileges, running "psexec -hsi cmd" and navigating to "z:" Access is denied. If using the local administrator account I open a cmd prompt run "C:\Program Files(x86)\Puppet Labs\Puppet\bin\puppet agent -t" all the modules will execute successfully. If I change the Puppet service account from &quo...
2008 May 19
0
Updated package adimpro
...to using rpm-profiles. - - new function write.raw provides a possibility to store ~ RAW sensor data as a greyscale png-image ~ these images are recognized by read.raw, see demo(raw). - - write.image now keeps color space by default - - read.image/write.image now also handles xyz, yuv, yiq and ~ hsi color spaces correctly - - the location of ImageMagick is now automatically determined ~ using function Sys.which and set as an environment variable ~ ImageMagick when the package is loaded (This requires R >=2.6.0). ~ The argument convert.path in read.image and write.image is no ~ longer ne...
2008 May 19
0
Updated package adimpro
...to using rpm-profiles. - - new function write.raw provides a possibility to store ~ RAW sensor data as a greyscale png-image ~ these images are recognized by read.raw, see demo(raw). - - write.image now keeps color space by default - - read.image/write.image now also handles xyz, yuv, yiq and ~ hsi color spaces correctly - - the location of ImageMagick is now automatically determined ~ using function Sys.which and set as an environment variable ~ ImageMagick when the package is loaded (This requires R >=2.6.0). ~ The argument convert.path in read.image and write.image is no ~ longer ne...
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. Changes since V1: - Use the new iov helper functions, and simplify iov handling. However this triggers compile warnings, as it takes struct iov while kernel api uses struct kiov - Introduced
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. Changes since V1: - Use the new iov helper functions, and simplify iov handling. However this triggers compile warnings, as it takes struct iov while kernel api uses struct kiov - Introduced
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces the CAIF Virtio Link layer driver. This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. Regards, Sjur cc: Rusty Russell <rusty at rustcorp.com.au> cc: Ohad Ben-Cohen <ohad at wizery.com> cc: David S. Miller
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces the CAIF Virtio Link layer driver. This driver depends on Rusty's new host virtio ring implementation, so this patch-set is based on the vringh branch in Rusty's git. Regards, Sjur cc: Rusty Russell <rusty at rustcorp.com.au> cc: Ohad Ben-Cohen <ohad at wizery.com> cc: David S. Miller
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...sertions(+) create mode 100644 drivers/net/caif/caif_virtio.c create mode 100644 include/linux/virtio_caif.h diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig index abf4d7a..604d274 100644 --- a/drivers/net/caif/Kconfig +++ b/drivers/net/caif/Kconfig @@ -47,3 +47,16 @@ config CAIF_HSI The caif low level driver for CAIF over HSI. Be aware that if you enable this then you also need to enable a low-level HSI driver. + +config CAIF_VIRTIO + tristate "CAIF virtio transport driver" + depends on CAIF + select VHOST_RING + select VIRTIO + default n + --...
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...sertions(+) create mode 100644 drivers/net/caif/caif_virtio.c create mode 100644 include/linux/virtio_caif.h diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig index abf4d7a..604d274 100644 --- a/drivers/net/caif/Kconfig +++ b/drivers/net/caif/Kconfig @@ -47,3 +47,16 @@ config CAIF_HSI The caif low level driver for CAIF over HSI. Be aware that if you enable this then you also need to enable a low-level HSI driver. + +config CAIF_VIRTIO + tristate "CAIF virtio transport driver" + depends on CAIF + select VHOST_RING + select VIRTIO + default n + --...