294 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
1
replies
68
views
R - Interrater Reliability
I am working on the psychometric evaluation of a questionnaire. In this questionnaire employees are rating the unit they work in. So I am interested in interrater reliability, that is how much do ...
0
votes
1
answer
81
views
Sometimes my code runs and sometimes it does not
I work for a big organisation and we have some large Google Sheets that multiple users use (however maybe at one time it would be maximum 7-10). I am working on automating some processes for this ...
1
vote
1
answer
141
views
ZeroMQ Binary Star pattern ( for high availability )
Reading the ZeroMQ Guide I stumbled upon some part of the text that I don't understand very well. This is in Chapter 4, Reliable Request-Reply Patterns, specifically Binary Star pattern.
A suitably ...
0
votes
0
answers
94
views
Error in corCFA(fun_call = match.call(), ...) : object 'mycor' not found
I have an scale of problematic internet use with 5 items rating from 1 to 5. I am trying to get omega coefficient as recommended by Flora (2020), but I get the following error:
Make example ...
0
votes
0
answers
137
views
How can I get p value for Cronbach alpha?
We assessed internal consistence reliability of a questionnaire (with seven item). The Cronbach alpha value was 0.79. However, I can't get its p value. What Stata commands shall I use?
I tried it with ...
-1
votes
1
answer
439
views
Error on "Fitting a specific distribution to data" with reliability package
With reliability package, I tried "Example 1" on Fitting a specific distribution to data as below
from reliability.Fitters import Fit_Weibull_2P
import matplotlib.pyplot as plt
data = [58,75,...
0
votes
1
answer
139
views
mixture copula in R
I want to use mixture copula for reliability analysis, now ,with the help of a friend ,I've already finished it ‘RVMs_fitted’ 。now i want to perform the probability integral transformation (PIT),but ...
0
votes
0
answers
118
views
Infrastructure-independent availability/fault tolerance guarantees
I've been thinking about defining some infrastructure-independent metrics for SLA requested by customer.
The developed software is being deployed on-premise within customer's DC and managed by ...
1
vote
0
answers
50
views
Cloud services to notify on a script not succeeding for a long time
I have a python script that resides on a VPS, reads (each hour) financial news from a public datafeed and emails me when certain keywords of interest appear. That can happen only a few times a week, ...
0
votes
0
answers
22
views
How to use data from mysql to reliability python library? [duplicate]
I want use python reliability library from reliability.readthedocs.io but with data i had on mysql.
Already connected to mysql using PyMysql but i don't know how to use/convert the data to the library ...
0
votes
0
answers
143
views
Has anyone experienced intermittent service errors on Google Drive? [duplicate]
I am running a save routine hundreds of times a day saving modifications to large files to a google Drive folder.
Once a day roughly I get this error: 5/15/2022, 12:06:55 PM: Exception: Service error:...
1
vote
0
answers
238
views
How to clear/refresh figure in tkinter
I'm trying to design a user interface for an app. The app will be using reliability and fitter to show the user some graphs.
Problems
Using reliability is difficult to show the graph on tkinter ...
3
votes
1
answer
2k
views
OpenAPI Generator vs. CDC Testing with Pact
We're overhauling our frontend and backend service contract reliability and are investigating two tools/techniques that seem to conflict. Consumer and provider code generation from an OpenAPI Spec (...
1
vote
1
answer
202
views
Does Nesting CRC calculations increase reliability (ie decrease error probability)?
If I have a payload, and I calculate a crc32 value on that payload (of arbitrary size), then I juxtapose that crc value next to the payload, treat the whole thing recursively as a new payload, then ...
0
votes
1
answer
406
views
inter-rater reliability by groups
I have a dataset that looks like the following but with much more rows and groups:
df2 <- data.frame(
"group" = c(1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5),
"...