search for: temperatur

Displaying 20 results from an estimated 1453 matches for "temperatur".

Did you mean: temperature
2013 Apr 23
1
Writing contrast statements to test difference of slope in linear regressions
Hi Everyone, I am uncertain that I am writing the contrast statements correctly. Basically, I'm unsure when to use a -1 and a 1 when writing the contrasts. Specifically I am interested in comparing the slopes between different temperature regimes. Temperature is therefore a factor. Time and percent are numerical. Using the gmodels package I made the following model: m2<-lm(Percent~Time+Temperature, data=Hchrys.Temp);summary(m2) # results from m2 Call: lm(formula = Percent ~ Time + Temperature, data = Hchrys.Temp) Residuals:...
2013 Dec 17
1
ggplot2: stat_smooth for family=binomial with cbind(Y, N) formula
...= 0.2, size=2) But how can I specify the formula for stat_smooth when the response is cbind(successes, failures)? The equivalent with plot (minus the confidence band) for the example I want is: data("SpaceShuttle", package="vcd") > head(SpaceShuttle, 5) FlightNumber Temperature Pressure Fail nFailures Damage 1 1 66 50 no 0 0 2 2 70 50 yes 1 4 3 3 69 50 no 0 0 4 4 80 50 <NA> NA NA 5 5 68...
2017 Aug 26
3
Lenovo T460p post 7.4 CR possible problems
I have updated my laptop to 7.4 CR this morning and found that there have been a lot of logs on two fronts for the first time. 1. The kernel has indicated overheating: [Sat Aug 26 08:58:21 2017] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1) [Sat Aug 26 08:58:21 2017] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1) [Sat Aug 26 08:58:21 2017] CPU6: Core temperature above threshold, cpu clock throttled (total events = 1) [Sat Aug 26 08:58:21 2017]...
2013 Mar 13
7
amdtemp does not find my CPU.
Hi! Im running FreeBSD 9.1 on a AMD APU machine: CPU: AMD E-450 APU with Radeon(tm) HD Graphics (1699.36-MHz K8-class CPU) FreeBSD 9.1-RELEASE-p1 #0 r243379M: Fri Mar 8 23:16:44 CET 2013 root at pean.org:/usr/obj/usr/src/sys/GENERIC I try to use amdtemp(4) to read the temperature of this CPU but it doesnt seem to detect the CPU. The manual states that it should support K8-class. The amdtemp.c isnt huge so maybe it is very simple to make it work? Best Regards Peter Ankerst?l.
2009 Jul 09
1
apcsmart and dual environmental sensors
Hi, We have a several AP9612TH environmental cards (they have 2 probe connectors) inserted into our APC UPS devices which monitor temperature and humidity. The apcsmart nut module knows how to query the ambient.temperature and ambient.humidity using the 't' and 'h' commands of the UPS (refer to apcsmart.h). The results of the 't' and 'h' commands are from probe 1. If you submit via the serial port the co...
2006 Mar 03
0
unused composed_of bits
I implemented a Temperature model for my application. It is pretty basic, composed of a temperature, a unit and some conversion methods. In my app model I decided to store temperature values in Fahrenheit, so there is no need to remember the units between invocations. I am having a little trouble composing my app mode...
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than ups.temperature. Here's a quick patch to have it show up in the status page... --- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000 +++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000 @@ -787,6 +787,11 @@ return 1; } + if (...
2017 Aug 26
1
Lenovo T460p post 7.4 CR possible problems
Also try package lm_sensors and its command sensors-detect, maybe just the temperature sensors are not properly initialized On Sat, Aug 26, 2017 at 8:42 PM, <mad.scientist.at.large at tutanota.com> wrote: > It means it's time to open up your' laptop and evict all the dust > bunnies. it's overheating on one desktop but not the other because one of > your...
2005 Nov 18
1
APC Matrix 5000 UPS
...his, as using the APC software from a Windows box gives full functionality, but I need something that runs under Linux. Here's some debugging output if it is of any help: upsc gives: ambient.humidity: 019.2 ambient.humidity.alarm.maximum: NO,NO ambient.humidity.alarm.minimum: NO,NO ambient.temperature: 24.13 ambient.temperature.alarm.maximum: NO,NO ambient.temperature.alarm.minimum: NO,NO driver.name: apcsmart driver.parameter.port: /dev/ttyS0 driver.version: 2.0.2 driver.version.internal: 1.99.7 ups.contacts: F0 ups.firmware.aux: 4Kx ups.mfr: APC ups.status: OL -------------------------------...
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
...ll not be done by default. Most users probably don't know about the problem of burning batteries, as it is not very common. A potential problem with Eric Wilde's patch is that it is not general enough; some UPS models have an boolean OVERHEAT flag although they don't report the actual temperature. So the UPSOVERTEMP mechanism will not work for such models. The decision which temperature is "too high" should be made in the driver, not in upsmon, as the normal operating temperature could differ for different devices. For devices that support temperature readings, this could be base...
2017 Aug 26
1
Lenovo T460p post 7.4 CR possible problems
...12:11 by smooge at gmail.com: > > >> I have updated my laptop to 7.4 CR this morning and found that there >> have been a lot of logs on two fronts for the first time. >> >> 1. The kernel has indicated overheating: >> >> [Sat Aug 26 08:58:21 2017] CPU2: Core temperature above threshold, cpu >> clock throttled (total events = 1) >> [Sat Aug 26 08:58:21 2017] CPU4: Package temperature above threshold, >> cpu clock throttled (total events = 1) >> [Sat Aug 26 08:58:21 2017] CPU6: Core temperature above threshold, cpu >> clock throttled (...
2020 Sep 09
2
[PATCH] drm/nouveau: Add fine-grain temperature reporting
On Wed, Sep 9, 2020 at 6:06 AM Ben Skeggs <skeggsb at gmail.com> wrote: > > On Thu, 13 Aug 2020 at 06:50, Jeremy Cline <jcline at redhat.com> wrote: > > > > Commit d32656373857 ("drm/nouveau/therm/gp100: initial implementation of > > new gp1xx temperature sensor") added support for reading finer-grain > > temperatures, but continued to report temperatures in 1 degree Celsius > > increments via nvkm_therm_temp_get(). > > > > Rather than altering nvkm_therm_temp_get() to report finer-grain > > temperatures, which wo...
2013 Sep 14
1
Overheating on laptop as compared to RHEL
Hi, I have an acer 5738g laptop on which i tried out the centos6.4 live CD. The laptop feels noticable hotter and i check the temperature using something like cat /proc/acpi/thermal_zone/. The temperatures are around 57-60 degrees when the laptop is just idling, ie, just the desktop and the terminal window open. I install lm_sensors using yum and it installs successfully, but there is no noticable reduction in temperature. I have fa...
2009 Oct 21
3
Temperature Prediction Model
Greetings! As part of my research project I am using R to study temperature data collected by a network. Each node (observation point) records temperature of its surroundings throughout the day and generates a dataset. Using the recorded datasets for the past 7 days I need to build a prediction model for each node that would enable it to check the observed data against th...
2020 Aug 12
6
[PATCH] drm/nouveau: Add fine-grain temperature reporting
Commit d32656373857 ("drm/nouveau/therm/gp100: initial implementation of new gp1xx temperature sensor") added support for reading finer-grain temperatures, but continued to report temperatures in 1 degree Celsius increments via nvkm_therm_temp_get(). Rather than altering nvkm_therm_temp_get() to report finer-grain temperatures, which would be inconvenient for other users of the functi...
2008 Sep 03
2
ANCOVA/glm missing/ignored interaction combinations
...ta as the response (total) and two continuous covariates and one categorical explanatory variable (semio). When I run the following lines, after loading the data and assigning 'semio' as a factor, taking into account that I want to consider two way interactions: > model.a<-glm(total~(temperature+humidity+semio)^2,family=poisson) > summary(model.a) I get the output below. But not all interactions are listed there are 4 semio categories, 1,2,3 and 4 but only 2,3,and 4 are listed in the summary (semio2,semio3,semio4). And I cant for the life of me work out why category one (semio1) is be...
2012 Aug 09
1
How to find data in a map according to coordinates?
Hello, I have created a spatial map of temperature over an area thanks to interpolation. So I have temperature data everywhere on my map. My question is: how can I find temperature data on my map for a specific location according to coordinates? For this, I have a data frame containing 4 columns: "x" for longitude, "y" for lat...
2011 Sep 14
4
[Bug 40894] New: nv30-/temperature: Reverse engineer the temperature coefficients
https://bugs.freedesktop.org/show_bug.cgi?id=40894 Summary: nv30-/temperature: Reverse engineer the temperature coefficients Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Ass...
2017 Aug 26
0
Lenovo T460p post 7.4 CR possible problems
...eople In Charge. 26. Aug 2017 12:11 by smooge at gmail.com: > I have updated my laptop to 7.4 CR this morning and found that there > have been a lot of logs on two fronts for the first time. > > 1. The kernel has indicated overheating: > > [Sat Aug 26 08:58:21 2017] CPU2: Core temperature above threshold, cpu > clock throttled (total events = 1) > [Sat Aug 26 08:58:21 2017] CPU4: Package temperature above threshold, > cpu clock throttled (total events = 1) > [Sat Aug 26 08:58:21 2017] CPU6: Core temperature above threshold, cpu > clock throttled (total events = 1) &g...
2014 Jul 14
2
hwmon: question about the sysfs interface
...s custom sysfs attributes, but I was advised to try to fit them into the hwmon sysfs interface. And this is when I hit a little roadblock. If my understanding is correct (and I'm not ashamed to admit it probably isn't) trip points are used to tie together a specific fan speed to a specific temperature. Unfortunately nouveau does not quite work that way: those two properties above mark the temperature the driver uses to decide when to start and stop the *scaling* of the fan speed (from a specific minimum value all the way to 100%). Now, could I strech the trip point definition above to mean tha...