similar to: Please help(urgent) - How to simulate transactional data for reliability/survival analysis

Displaying 20 results from an estimated 2000 matches similar to: "Please help(urgent) - How to simulate transactional data for reliability/survival analysis"

2017 Jul 05
3
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
A small example data set that illustrates your question will be of great value to those trying to help. This appears to be a transformation that you are wanting to do (timestamp to units of time) so a data representing what you have (dput() is handy for this) and one representing what you want to have with any guidance regarding how to use the other columns in you data set (e.g., the event(0/1)).
2017 Jun 28
1
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
In principle what you need to do is the following: - break down the time you wish to simulate into intervals. - for each interval, and each failure mode, determine the probability of an event. Determining the probability is the fun part, where you make your domain knowledge explicit and include all the factors into your model: cumulative load, failure history, pressure, temperature,
2017 Jul 04
0
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
Thanks Boris and Bret, I was successful in simulating granular/transactional data. Now I need some guidance to transform the same data in format acceptable for survival analysis i.e below format: pump_id | event_episode_no. | event(0/1) | start | stop | time_to_dropout The challenge I'm experience is to generate the 'start' and 'stop' in units of minutes/days from single
2017 Jul 05
0
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
Mark, Below is the sampled simulated granular data format for pumps for trial period of 3 months that I need to transform for survival analysis: 3 months = (60*24*90) minutes i.e 129600 minutes pump_id timings events vibration temprature flow pump1 01-07-2017 00:00 0 3.443 69.6 139.806 pump1 01-07-2017 00:10 1 0.501 45.27 140.028
2017 Jun 28
0
Fwd: Please help(immediate) - How to simulate transactional data for reliability/survival analysis
I apologise as I had mistakenly posted this message via non- member mail. So I'm reposting it with member id. I need help in this case. > Hi friends, > I haven't done such a simulation before and any help would be greatly appreciated. I need your guidance. > > I need to simulate end to end data for Reliability/survival analysis of a Pump ,with correlation in place, that is
2017 Jun 16
0
Help to simulate data to model pump failure use case
Hi, I need help to simulate data to model pump's failure. Below is thought process to simulate the data: - For each Pump readings are captured via sensors each minute for period of 3 months. There are 10 pumps in total. - The failure rate or occurrences of event in 3 months for each Pump is defined. i.e Pump1 would fail 3 times in 3 months, Pump2 would fail 2 times in 3 months, etc. - The
2005 Sep 26
2
nls and na/Nan/Inf error
I am trying to it a particular nonlinear model common in Soil Science to moisture release data from soil. I have written the function as shown below according to the logist example in Ch8 of Pinheiro & Bates. I am getting the following error (R version 2.1.1) *Error in qr(attr(rhs, "gradient")) : NA/NaN/Inf in foreign function call (arg 1)* Below is the function and data. /#
2017 Aug 24
1
Vibration signal prediction in R
I have a vibration signal coming accelerometer. I converted this signal from* m/s^2* to *mm/s*. Now I am supposed to predict this vibration signal in R using historical data. (Please see the attached picture of vibration signal). Can I use this vibration signal just like that to the prediction using predictive Models or Do i need to do some processing technique before doing prediction? Are there
2009 Apr 30
3
Curved arrows
I'm trying to draw an arrow with a curved shaft on the graph as a straight one looks messy on a detailed graph. I've looked in arrows but it doesn't seem to give an option. larrows doesn't look much more promising. I had a look in the archive and couldn't find anything. Any thoughts? Thanks Paul -- View this message in context:
2008 Dec 05
5
To owners of xbox360 joysticks..
I'm looking for people who have an xbox360 joystick to help run some tests so I can get information on implementing xinput for wine. The more 360 joysticks plugged in the better. Can you please go to the forum post I made and test: http://forum.freegamedev.net/index.php?t=msg&th=1980&start=0 Thanks, Andrew
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
Hi guys, I am following this[1] tutorial to install clang. However, I have made a small change in the configure command, and I am running it with '--enable-optimized' option to avoid the debug build. I am getting the errors (given at the end) related to *undeclared identifiers '__NR_*'*. Can someone please provide some input about how to tackle this issue? On my other machine, I
2007 Jan 25
4
high density SAS
Well Solaris SAS isn''t there yet but anyway just found some interesting high density SAS/SATA enclosures. <http://xtore.com/product_list.asp?cat=JBOD> The XJ 2000 is like the x4500 in that it holds 48 drives, however with the XJ 2000 2 drives are on each carrier and you can get to them from the front. I don''t like xtore in general but the 24 bay (2.5" SAS) and 48
2011 Jul 07
8
Replacement disks for Sun X4500
I am bumping this thread because I too have the same question ... can I put modern 3TB disks (hitachi deskstars) into an old x4500 ? If not, would the x4540 accept them ? -- This message posted from opensolaris.org
2016 Jan 18
6
HDD badblocks
Il 18/01/2016 12:09, Chris Murphy ha scritto: > What is the result for each drive? > > smartctl -l scterc <dev> > > > Chris Murphy > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > . > SCT Error Recovery Control command not supported
2005 May 05
6
Need some quick help with lattice - barchart
For the following code below, the x-axis ticks are 1,2,3,4,5,6,7 when I was expection them to be 1,2,8,9,10,11,12. Please help me figure out where is the mistake. library(lattice) testdata <- as.data.frame(t(structure(c( 1,2005,9.24,6.18,634, 2,2005,8.65,6.05,96, 8,2004,6.81,6.51,16, 9,2004,9.0,7.29,8, 10,2004,8.84,6.18,524, 11,2004,8.54,6.35,579, 12,2004,9.97,6.3,614, 12,2005,8.75,5.84,32,
2007 Dec 11
5
hi
Hi, my sip phone is unreachable for external network(global ip) Thanks, sandeep.s
2015 Jul 07
4
[LLVMdev] LLVM IR on different platforms
Hi, I am curious to know about LLVM IR as platform independent feature. I have compiler some C and C++ applications that compiled on Linux 64bit machine, now I want to generate bit code file on Windows 64bit machine. 1) Will this execute without any issues? 2) Do I pass any option for making it operating system portable? 3) Can I generate bit code file also on Linux machine and then run on
2014 May 27
4
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
Hi guys, I am compiling some programs with clang which use a couple of libraries. When I compile with the command - "clang -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c", it goes successful. My aim is to get the bitcode for these programs but if I try to generate the bitcode with -emit-llvm option, it produces linking issues as follows : (also at - http://pastebin.com/zkmL2SAH)
2016 Nov 24
2
Running "different tests" on cmake based test-suite build
On 11/24/16 3:12 AM, Arnaud De Grandmaison via llvm-dev wrote: > > Hi Sandeep, > > The CMake version of the test-suite has been improved (see > https://reviews.llvm.org/D21360) so that it’s easy to plug additional > test suites. A starting point would be to look at how the > TEST_SUITE_SUBDIRS variable in the top level CMakeLists.txt is used. > I think this bug report
2012 Feb 07
10
Ruby Developer position
Please let me know your interest in following. Location: Columbia, SC Duration: 12 months+ Rate: $65/hr 1099/c2c Required Skills: RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks Sandeep Sandeep Jain Software People Inc. www.softwarepeople.us