Displaying 20 results from an estimated 41 matches for "hpi".
Did you mean:
api
2013 May 04
2
Lasso Regression error
Hi all,
I have a data set containing variables LOSS, GDP, HPI and UE.
(I have attached it in case it is required).
Having renamed the variables as l,g,h and u, I wish to run a Lasso
Regression with l as the dependent variable and all the other 3 as the
independent variables.
data=read.table("data.txt", header=T)
l=data$LOSS
h=data$HPI
u=data$UE
g...
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...for jdk-1.3.1p8_2
# Start of jdk build
i386 Build started: 1.3.1-p8-stephen-031002-11:34
Sanity check passed
>>>Recursively making java all @ Thu Oct 2 11:34:31
CDT 2003 ...
gmake[1]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java'
>>>Recursively making hpi all @ Thu Oct 2 11:34:31
CDT 2003 ...
gmake[2]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi'
>>>Recursively making green all @ Thu Oct 2 11:34:31
CDT 2003 ...
gmake[3]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green'
gmak...
2010 May 04
3
Kernel density estimate plot for 3-dimensional data
Hi!
I have a problem with Kernel density estimate plot for 3-dimensional data in ks-package.
Here the example:
# load ks, spatstat
# three-dimensional kernel density of B
B <- pp3(runif(300), runif(300), runif(300), box3(c(0,1)))
x <- unclass(B$data)$df
H <- Hpi(x)
fhat <- kde(x, H=H)
plot(fhat)
plot(fhat, axes=FALSE, box=FALSE, drawpoints=TRUE); axes3d(c('x','y','z'))
If I try to insert my own coordinates instead of the artificial 3D-pattern, it does not work.
It would be great, if anybody could help me!
Thanks
Pascal
[[a...
2020 Jul 17
3
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...* audio device which is turned off for power-saving in Windows OS.
- * This power management feature observed on some Lenovo Thinkpad
- * systems which will not be able to output audio via HDMI without
- * a BIOS workaround.
- */
- {"Linux-Lenovo-NV-HDMI-Audio", true},
- /*
- * Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
- * output video directly to external monitors on HP Inc. mobile
- * workstations as Nvidia and AMD VGA drivers provide limited
- * hybrid graphics supports.
- */
- {"Linux-HPI-Hybrid-Graphics", true},
};
static u32 acpi_osi_handle...
2013 May 03
1
Likelihood
Hi all,
I have run a regression and want to calculate the likelihood of obtaining
the sample.
Is there a way in which I can use R to get this likelihood value?
Appreciate your help on this.
The following are the details:
raw_ols1=lm(data$LOSS~data$GDP+data$HPI+data$UE)
summary(raw_ols1)
Call:
lm(formula = data$LOSS ~ data$GDP + data$HPI + data$UE)
Residuals:
Min 1Q Median 3Q Max
-0.0023859 -0.0006236 0.0002444 0.0006739 0.0017713
Coefficients:
Estimate Std. Erro t value Pr(>|t|)
(In...
2020 Jul 19
2
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...anagement feature observed on some Lenovo Thinkpad
> > - * systems which will not be able to output audio via HDMI without
> > - * a BIOS workaround.
> > - */
> > - {"Linux-Lenovo-NV-HDMI-Audio", true},
> > - /*
> > - * Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
> > - * output video directly to external monitors on HP Inc. mobile
> > - * workstations as Nvidia and AMD VGA drivers provide limited
> > - * hybrid graphics supports.
> > - */
> > - {"Lin...
2018 Jun 19
6
Naming clash: -DCLS=n and CLS in code
...not that weird library.
This is from a famous article series titled "What every programmer should know
about memory":
gcc -DCLS=$(getconf LEVEL1_DCACHE_LINESIZE) ...
https://lwn.net/Articles/255364/
http://mosermichael.github.io/cstuff/all/blog/2015/12/11/wepskn.html
https://www.dcl.hpi.uni-potsdam.de/teaching/numasem/slides/NUMASem_Matrix_multiplication.pdf
You can find more examples by searching for "DCLS getconf LEVEL1_DCACHE_LINESIZE".
2018 Jun 19
3
Naming clash: -DCLS=n and CLS in code
...mous article series titled "What every programmer should know about memory":
>> gcc -DCLS=$(getconf LEVEL1_DCACHE_LINESIZE) ...
>>
>> https://lwn.net/Articles/255364/
>> http://mosermichael.github.io/cstuff/all/blog/2015/12/11/wepskn.html
>> https://www.dcl.hpi.uni-potsdam.de/teaching/numasem/slides/NUMASem_Matrix_multiplication.pdf
>>
>> You can find more examples by searching for "DCLS getconf LEVEL1_DCACHE_LINESIZE".
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailin...
2008 Jun 20
1
Voice only works from one way.
...T 0
ip subnet-zero
no ip routing
!
!
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
!
voice rtp send-recv
!
voice service voip
sip
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
codec preference 3 gsmefr
codec preference 4 gsmfr
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
!
!
interface Ethernet0/0
ip address xxx.xxx.xxx.yyy 255.255.255.0
no ip route-cache
no ip mroute-cache
full-duplex
no cdp enable
!
interface Ethernet0/1
no ip address
no ip route-cache
no ip mroute-cac...
2008 Dec 18
2
X11 is not availble
Hi there,
after several problems with installing R on a Debian server It now
finally works at least roughly. With roughly I mean that the 'core'
function do work properly, but I'm still having problems with the
image export. When I try to call
png(filename="my_file.png", width=800, height=300, pointsize=12, bg =
"white")
I just get the error message
2019 Aug 14
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...ivers/acpi/osi.c b/drivers/acpi/osi.c
index bec0bebc7f52..9b20ac4d79a0 100644
--- a/drivers/acpi/osi.c
+++ b/drivers/acpi/osi.c
@@ -61,13 +61,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata = {
* a BIOS workaround.
*/
{"Linux-Lenovo-NV-HDMI-Audio", true},
- /*
- * Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
- * output video directly to external monitors on HP Inc. mobile
- * workstations as Nvidia and AMD VGA drivers provide limited
- * hybrid graphics supports.
- */
- {"Linux-HPI-Hybrid-Graphics", true},
};
static u32 acpi_osi_handle...
2007 Jun 04
2
missing IntegerFromString()
I have created a DLL not so long ago using C code. My code used the
IntegerFromString() function that used to be exported in the
Rinternals.h header file (and thus easily accessible). Recently I
upgraded to R 2.5.0 and my DLL stopped working. I see that the
IntegerFromString() function is not exported in any of the header files
in the RHOME\include directory. Is it possible for me to use it
2020 Jul 17
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...for power-saving in Windows OS.
> - * This power management feature observed on some Lenovo Thinkpad
> - * systems which will not be able to output audio via HDMI without
> - * a BIOS workaround.
> - */
> - {"Linux-Lenovo-NV-HDMI-Audio", true},
> - /*
> - * Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
> - * output video directly to external monitors on HP Inc. mobile
> - * workstations as Nvidia and AMD VGA drivers provide limited
> - * hybrid graphics supports.
> - */
> - {"Linux-HPI-Hybrid-Graphics", true},
> };...
2003 Dec 03
2
Cisco IAD with MGCP
...e-limit 100
enable secret
enable password
!
ip subnet-zero
!
!
no ip domain lookup
!
isdn switch-type primary-net5
!
!
voice call carrier capacity active
!
voice service pots
!
voice service voip
!
voice class codec 10
codec preference 1 gsmfr
codec preference 2 g711alaw
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
controller T1 1/0
shutdown
framing esf
linecode b8zs
!
!
!
interface FastEthernet0/0
ip address 192.168.65.200 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
d...
2012 Dec 03
1
Resampling Help Needed
...o make my life
easier. Any help would be appreciated. Even pointing me in the correct
direction would be a big help. Thanks!
Nathan
#read data files (.csv's with 200 rows of x,y,z coordinates)
a<-read.csv("A_PW_ASY_M_LII_2011.csv")
#calls the plug-in bandwidth estimator
Ha <- Hpi(a)
#sets min/max grid size for each dimension
minX<-min(a$X)-25
minY<-min(a$Y)-25
minZ<-0
maxX<-max(a$X)+25
maxY<-max(a$Y)+25
maxZ<-max(a$Z)+5
#creates kernel utilization distribution
fhata <- kde(x=a, H=Ha, binned=FALSE, xmin=c(minX,minY,minZ),
xmax=c(maxX,maxY,maxZ))
#c...
2012 Jul 19
1
3-d kernel smooth by the "kde" function
...me
use a 3-dimensional kernel smooth example to explain my question using the
elevation data in geoR.
### here is what I did ###
library(ks)
require(geoR)
data(elevation)
elev.df <- data.frame(x = elevation$coords[,"x"], y =
elevation$coords[,"y"], z = elevation$data)
H<-Hpi(elev.df)
elev.smt<-kde(elev.df,H=H)
plot(elev.smt, drawpoints=TRUE)
If I understand it correctly, with the kde function, I'm using the two
coordinate variables x and y to estimate (or say smooth) elevation (z). Is
this correct?
With this kernel smooth, my goal is to identify peaks, which a...
2020 Jul 20
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...observed on some Lenovo Thinkpad
>>> - * systems which will not be able to output audio via HDMI without
>>> - * a BIOS workaround.
>>> - */
>>> - {"Linux-Lenovo-NV-HDMI-Audio", true},
>>> - /*
>>> - * Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
>>> - * output video directly to external monitors on HP Inc. mobile
>>> - * workstations as Nvidia and AMD VGA drivers provide limited
>>> - * hybrid graphics supports.
>>> - */
>>> -...
2008 May 12
4
7.0 issues fixed? upgrade timing?
1. I have a realtek network card and am using a cable modem router. Does anyone know if fixes for problems with these (see below) have been backported from HEAD to RELENG_7?
2. Is this a good time to upgrade to RELENG_7?
3. I read a post last week that advised that 7.1 is a long way off. Appreciate any advice on use of ULE 3.0 and ZFS prior to 7.1 and a comment on what is holding up 7.1.
Thanks
2011 Apr 26
3
noob:Can't get IL-2/1946 to run!
...ws\system32\rpcrt4.dll
0x7E790000 - 0x7E824000 C:\windows\system32\winex11.drv
0x6D420000 - 0x6D4EF000 C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\bin\hotspot\jvm.dll
0x7E560000 - 0x7E5CA000 C:\windows\system32\msvcrt.dll
0x6D220000 - 0x6D227000 C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\bin\hpi.dll
0x6D3B0000 - 0x6D3BD000 C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\bin\verify.dll
0x6D250000 - 0x6D266000 C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\bin\java.dll
0x6D3C0000 - 0x6D3CD000 C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\bin\zip.dll
0x7E540000 - 0x7E54A000 C:\windows\system32\...
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi,
I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1
under
Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull,
the
following error occurs:
"Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java.
java.lang.UnsatisfiedLinkError: boolean
org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[])
boolean