Marco Riani
Followers: 6 Following: 0
Full Professor of Statistics (since 2006), University of Parma, Italy. Director of the interdepartmental center of robust statistics for big data (Ro.S.A.) of the University of Parma since 2016. He is author of more than 150 publications and two books published by Springer Verlag New York. His main research interests are robust statistics (regression, multivariate analysis and classification)
Statistica
RANK
1.010
of 300.908
REPUTAZIONE
76
CONTRIBUTI
3 Domande
25 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
16
RANK
297 of 21.110
REPUTAZIONE
5.146
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
6 File
DOWNLOAD
392
ALL TIME DOWNLOAD
22210
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
The Five Infection (Boss Level)
Given a 3x3 matrix A, replace: every value that is equal to five every value that is directly adjacent to a five with zero in...
5 giorni fa
Risolto
Fives Begone
Given any sentence as an input value 'sentence', turn all fives into the letter X and return the improved sentence. Also, turn a...
5 giorni fa
Risolto
Broken Clock
Create a function that outputs t, an inputted matrix time x, in hours and minutes (hr:min) unless the time contains a five. In t...
5 giorni fa
Risolto
No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...
6 giorni fa
Risolto
A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.
6 giorni fa
Risolto
Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...
6 giorni fa
Risolto
Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).
6 giorni fa
Risolto
Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.
6 giorni fa
Risolto
High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...
6 giorni fa
Risolto
A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...
6 giorni fa
Inviato
PCAinteractive
Code to reproduce the figures of paper "Interactive Graphics for PCA in MATLAB"
11 giorni fa | 7 download |
Inviato
FSDA - Flexible Statistics Data Analysis toolbox
Flexible Statistics Data Analysis Toolbox
12 giorni fa | 379 download |
Domanda
TextScatter implementation does not expose the indices it chose for display when 'TextDensityPercentage' is used
rng(10) % for reproducibility n=100; x = randn(n,1); y = randn(n,1); seq = (1:n)'; h=textscatter(x,y,string(seq), ... ...
13 giorni fa | 1 risposta | 0
1
rispostaRisolto
The Dark Knight
The current position of the knight is x The desired destination is y The size of the chessboard is n. Find the minimu...
27 giorni fa
Risolto
Generate the Figure-Figure sequence
After discussing Scott Kim’s FIGURE-FIGURE Figure (below) in Gödel, Escher, Bach, Douglas Hofstadter introduced an integer seque...
circa un mese fa
Risolto
Write out numbers in words
Write out numbers in words ( range [0-9999] ) with British spelling rules. For example; 1 > one 56 > fifty-six 100 > one hund...
circa un mese fa
Risolto
System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...
circa un mese fa
Risolto
longest common semi-substring
Finding longest common substring is a common problem in string processing. This problem is a variant of that. Two strings are g...
circa un mese fa
Risolto
Reverse within string
If input is a string 'yellow' the output should be 'leywol'. Locate the middle of the string and reverse the first (yel) and sec...
circa un mese fa
Risolto
Find the index of nth maximum of a row vector of real numbers
Given a vector of real numbers x, find the index idx of _n_ th maximum value. If nth maximum occurs more than once, return the i...
circa un mese fa
Risolto
Find the logic and return the nth number
given a sequence of numbers arranged in the following order: A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,...... Write a function th...
circa un mese fa
Risolto
find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..
circa un mese fa
Risolto
Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239
circa un mese fa
Risolto
Find the logic and return the nth number (plus)
This problem is the harder version of Problem 61015 given a sequence of numbers arranged in the following order: A=0,1,3,4,9,1...
circa un mese fa
Risolto
Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 i...
circa un mese fa
Risolto
find the nth fibonacci number
The Fibonacci sequence is defined as follows: give n, find the nth fibonacci number
circa un mese fa
Risolto
Find nth number
The numbers 2 and 7 are called lucky numbers, an integer containing only the digits 2 and 7 is also called lucky number. The pro...
circa un mese fa
Risolto
find the nth number (plus)
this problem is the harder version of Problem 61014. The numbers 2 and 7 are called lucky numbers, an integer containing only t...
circa un mese fa
Risolto
Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...
circa 2 mesi fa
Risolto
Compute a determinant
Write a function to compute the determinant of an x matrix with diagonal entries equal to an integer and other entries equal ...
circa 2 mesi fa











