Questions tagged [reliability]

Reliability is the ability of a system or component to perform its required functions under stated conditions for a specified period of time.

Reliability is the ability of a system or component to perform its required functions under stated conditions for a specified period of time.

305 questions
0
votes
1 answer

R: ICC (psych) function with multilevel organization

I am trying to apply the ICC(2,k)function to assess the reliability of a new machine. Any help is appreciated! There was only 1 rater throughout the experiment 14 people were scanned monocularly They were scanned 3 times per session (3…
Shivvy
  • 67
  • 2
  • 6
0
votes
0 answers

Generate censored data in R for given percentage

I want to generate 10%, 20% and 30% censored data in Rusing the following two distributions. # generate the life-time observations data1 = c(rweibull(15, 1,2), rweibull(35, 2,3)) # censoring time observations data2 = rexp(50, c) But I want to…
score324
  • 687
  • 10
  • 18
0
votes
0 answers

Python Random Forest Prediction Probabilities Reliability

TLDR: RF prediction probabilities are not consistent I have created a calibrated Random Forest Model to predict probabilities for attrition of the workforce, but what I am finding is that probabilities for the same employee changes drastically over…
rkhan8
  • 43
  • 6
0
votes
1 answer

How to generate forest plot for Cronbach's Alpha & ICC (metafor)?

I'm trying to create a forest plot in metafor for pooled reliability estimates (Cronbach's Alpha and ICC) for a systematic review we've done. I want to do the same as the authors have in the image I've pasted (which comes from here:…
0
votes
0 answers

Multiple setInterval with long periods

In a server running Nodejs, I am using multiple setInterval functions, each having a relatively very long interval (24 hours, 36 hours, etc.). setInterval(funcOne, 86400000) ... setInterval(funcTwo, 172800000) While they seem to work fine for now,…
Ahmed Hammad
  • 2,798
  • 4
  • 18
  • 35
0
votes
1 answer

Implementing reliability in UDP (python)

I have written the code for transferring an audio file from client to server using udp (python). Now I am required to introduce reliability in the codes of UDP. The instructions are given as: "You will be required to implement following to make UDP…
Muhammad Ali
  • 1
  • 1
  • 4
0
votes
1 answer

What happens to traefik if the Kubernetes masters go down?

I have a query, What happens to traefik if Kubernetes goes down? Will it keep working or will it crash/stop serving traffic? Currently, I am using EKS for Kubernetes, with ALB ingress controller. My understanding is that, if Kubernetes master goes…
kadamb
  • 1,532
  • 3
  • 29
  • 55
0
votes
0 answers

MINIFS formula issues

I am currently working on a reliability calculator and as part of a wider calculation, a loop is required where each line/row of components is checked, by inspecting the reliability value stated in their "Reliability of Configuration" column, to…
T. Coates
  • 19
  • 8
0
votes
0 answers

Using Do Loop whilst omitting cells based on a separate selection

I am currently working on a reliability calculator and as part of a wider calculation, the following loop is required: 'Add redundant units to any pieces of equipment with reliabilites lower than target 'Set Variables DatRange =…
T. Coates
  • 19
  • 8
0
votes
0 answers

Running a static file server on android

So I have a static file server ( NanoHTTPD ) running inside my android app which serves a react web build on a localhost Is this configuration reliable or not ?
0
votes
1 answer

Calculating McDonalds Omega with ::psych oder ::semtools

Additionally to reporting Cronbachs Alpha, I would like to report McDonals Omega for each scale of my survey. I know that there are two ways to get Omega in R - either with the psych command omega() which is for exploratory analysis or with…
Carolin
  • 23
  • 4
0
votes
1 answer

R code: How to correct "Error in parse(text = x, keep.source = FALSE)" output in psych package using own dataset

This is a problem related to my last question referred to the omegaSem() function in the psych package (that is already solved because I realized that I was missing a variable assignment and because of that I had an 'object not found' error: One of…
0
votes
1 answer

How does filebeat handle reliability when it outputs to Kafka?

It is known that Kafka can provide exactly-once delivery semantic after 0.11.0.0. And I expect to make filebeat output to Kafka that way. According to KIP 98, it requires some configs to be set properly, including enable.idempotence,…
iamabug
  • 306
  • 4
  • 11
0
votes
0 answers

Unreliable serial communication with pl2303

Connected two PL2303 devices TX-> RX, RX->TX and connected to my Linux machine I wrote an C application which will perform the following operation: Port1 -> “sends a known data of 256 bytes” -> Port2 Port2 reads the data and verifies that it…
md.jamal
  • 4,067
  • 8
  • 45
  • 108
0
votes
1 answer

Is there any function in weibullR package to get Reliabilty v/s Time graph in R?

I am plottitng the reliability v/s time plot in R using WeibullR package. But by default it is printing Unreliability vs time. Is there any way to make it reliability vs time graph?? Thanks in advance library…
Lokesh kumar
  • 127
  • 1
  • 6