Browse U
Alphabetical listing with fast deep pagination.
19149 items • Page 256 / 383
Using Python: write a function that takes two arguments: (1) a target item to fi
Using Python: write a function that takes two arguments: (1) a target item to find, and (2) a list. Your function should return the index (offset from 0) of the last occurrence of…
Using PythonThe company quickly realized that the simple two-word thesaurus was
Using PythonThe company quickly realized that the simple two-word thesaurus was far too small. In order to address this shortcoming they have provided you with a very large text f…
Using Pythong, Stage I: For this stage, your program will keep track of the room
Using Pythong, Stage I: For this stage, your program will keep track of the rooms that are available. This stage implements four commands, as described below. On each command line…
Using Python’s ElementTree XML API, write a Python program to perform the follow
Using Python’s ElementTree XML API, write a Python program to perform the following tasks below. Note that your program’s execution syntax must be as follows: python xmlparse.py p…
Using Python’s tkinter Graphical User Interface (GUI) module create a Python pro
Using Python’s tkinter Graphical User Interface (GUI) module create a Python program to input the number of each type of coin a user has in their possession and then compute and d…
Using Pyton 3 write a cipher program. In this programming assignment, you will w
Using Pyton 3 write a cipher program. In this programming assignment, you will write a program called cipher.py that uses a cipher to encode and decode secret messages. Cipher Rul…
Using Pyton or java please solve. We will implement the 8 puzzle, with one varia
Using Pyton or java please solve. We will implement the 8 puzzle, with one variation. Instead of having tiles numbered 1-8 we will have one duplicate tile. 2-2-3-4-5-6-7-8 for exa…
Using QUICK FIND: What is the contents of the id[] array after running quick-fin
Using QUICK FIND: What is the contents of the id[] array after running quick-find on the following sequence, where 9-0 represents a call to uf.union(9,0). 9-0 3-4 5-8 7-2 2-1 5-7 …
Using Quartus II complete the following: Design a digital circuit that will coun
Using Quartus II complete the following: Design a digital circuit that will count down the odd numbers from 7 to 1 and repeat itself as long as the control signal, CTR, receives a…
Using Quartus II complete the following: Design a digital circuit that will coun
Using Quartus II complete the following: Design a digital circuit that will count down the odd numbers from 7 to 1 and repeat itself as long as the control signal, CTR, receives a…
Using Quartus II, or an equivalent VHDL entry program, develop the text file and
Using Quartus II, or an equivalent VHDL entry program, develop the text file and simulation for the shift register specified specified below. Verify the timing diagram shown below…
Using Quartus II, or an equivalent VHDL entry program, develop the text file and
Using Quartus II, or an equivalent VHDL entry program, develop the text file and simulation for the shift register specified specified below. Verify the timing diagram shown below…
Using Queues in C++, for Rat in Maze and Wire Router. (2 parts) 1)make2darray.cp
Using Queues in C++, for Rat in Maze and Wire Router. (2 parts) 1)make2darray.cpp // test the function make2dArray #include <iostream> #include "make2dArray.h" using namespa…
Using Quickbooks Online for Accounting, Chapter 7 Matching Please match the foll
Using Quickbooks Online for Accounting, Chapter 7 Matching Please match the following. I have done so a few times, closely reviewing the chapter and definitions, and still finding…
Using R (programming language) The files are here for the datasets https://1drv.
Using R (programming language) The files are here for the datasets https://1drv.ms/u/s!An8sv1t-dz8vhlF85g3mn7nX2E0S https://1drv.ms/u/s!An8sv1t-dz8vhlIsWO8ceoDL3sG2 https://1drv.m…
Using R 10. Consider the NormTemp.xls file in the D2L dropbox. Your job is to cr
Using R 10. Consider the NormTemp.xls file in the D2L dropbox. Your job is to create a single barplot that has the following data: Mean body temperature and heart rate for males, …
Using R For the `beans` data test how effective root biomass (`RtDM`) is as a pr
Using R For the `beans` data test how effective root biomass (`RtDM`) is as a predictor of root length (`rt.len`) pot.size phos P.lev rep trt rt.len ShtDM RtDM 4 210 L A a 255.29 …
Using R How would you create a random tree with 5 tips and save it in an object
Using R How would you create a random tree with 5 tips and save it in an object called "Myrandomtree"? B. How would you plot the tree you just made ? C. How would you create a vec…
Using R Langauge 3. Complete the following tasks. Save the commands in a history
Using R Langauge 3. Complete the following tasks. Save the commands in a history file called question3.txt. There is a matrix and a vector in the binary file objects.Rdata (found …
Using R Programming solve the following: 1. Using the body fat data, use matrix
Using R Programming solve the following: 1. Using the body fat data, use matrix calculations to calculate the following: (a) Write down the 20 × 4 design matrix X and the 20 × 1 r…
Using R Programming, Implement Logistic Regression using Gradient Descent. You c
Using R Programming, Implement Logistic Regression using Gradient Descent. You can use any gradient descent technique (batch or stochastic). Choose any set of initial parameters f…
Using R Programming, explore a geolocated dataset of your choice, where items ar
Using R Programming, explore a geolocated dataset of your choice, where items are associated with a position on the Earth's surface (typically specified using latitude and longitu…
Using R Solve: Country GDP LifeSatisfaction Brazil 8669.998 7 Mexico 9009.28 6.7
Using R Solve: Country GDP LifeSatisfaction Brazil 8669.998 7 Mexico 9009.28 6.7 Russia 9054.914 6 Turkey 9437.372 5.6 Hungary 12239.89 4.9 Poland 12495.33 5.8 Chile 13340.91 6.7 …
Using R Studio. The data set below, contains mercury levels (parts per million)
Using R Studio. The data set below, contains mercury levels (parts per million) for 30 fish caught in lakes in some place in US. SHOW ALL CODES: (a) Create a index plot, histogram…
Using R Use rnorm() from earlier in this assignment to create a normal distribut
Using R Use rnorm() from earlier in this assignment to create a normal distribution consisting of 10 samples with an approximated mean of 75 and standard deviation of 10.5. Plot t…
Using R how do you code this? ## Problem 4 *Consider flipping a fair coin $n$ ti
Using R how do you code this? ## Problem 4 *Consider flipping a fair coin $n$ times and counting the number of time the coin lands heads-up. This is a binomial random variable, bu…
Using R or Rstudio, 1. The command X=rbinom(1000,5,0.7) generates a sample of si
Using R or Rstudio, 1. The command X=rbinom(1000,5,0.7) generates a sample of size 1000 from the Bin(5,0.7) distribution. (a) Try mean(X). i. Give the outcome. ii. What you achiev…
Using R or Rstudio, 1. The command X=rbinom(1000,5,0.7) generates a sample of si
Using R or Rstudio, 1. The command X=rbinom(1000,5,0.7) generates a sample of size 1000 from the Bin(5,0.7) distribution. (a) Try mean(X). i. Give the outcome. ii. What you achiev…
Using R please :) Inference 1. Consider a sample of nine 30-day-old, protein-def
Using R please :) Inference 1. Consider a sample of nine 30-day-old, protein-deficient infants that were given a motor skills test. The mean for a normal population is 60. The dat…
Using R please provide the Code for a-d. R has a built-in character vector of US
Using R please provide the Code for a-d. R has a built-in character vector of US State names, state.name. Use this character vector and R's character functions to answer the follo…
Using R please provide the Code for a-d. R has a built-in character vector of US
Using R please provide the Code for a-d. R has a built-in character vector of US State names, state.name. Use this character vector and R's character functions to answer the follo…
Using R program (1) Use the comman: data(stackloss) to load the stackloss data,
Using R program (1) Use the comman: data(stackloss) to load the stackloss data, answer the following questions: (a) Fit a multiple regression model to predict stackloss from the o…
Using R programing [40 points] The dataset used in this problem is related to th
Using R programing [40 points] The dataset used in this problem is related to the quality of white wine. The data includes 4898 samples of wine. There are 11 variables have potent…
Using R script Write a program implement a simple Phone Book § The goal is to cr
Using R script Write a program implement a simple Phone Book § The goal is to create an end-user application that users can use to manage friend's data and contact information § Y…
Using R software language answer the following: You want to know how many people
Using R software language answer the following: You want to know how many people in the US like NFL, so you start a survey by yourself. After collecting the sample, you find among…
Using R software language answer the following: You want to know how many people
Using R software language answer the following: You want to know how many people in the US like NFL, so you start a survey by yourself. After collecting the sample, you find among…
Using R software language please answer the following: Question One: According t
Using R software language please answer the following: Question One: According to a survey, 77% percent of the population like Cola, and 56% of the population like Pepsi. 45% of t…
Using R software language please answer the following: Question One: According t
Using R software language please answer the following: Question One: According to a survey, 77% percent of the population like Cola, and 56% of the population like Pepsi. 45% of t…
Using R solve: Estimate the median value of owner-occupied homes in Boston We ar
Using R solve: Estimate the median value of owner-occupied homes in Boston We are analyzing this historic data set from the late 1970 in order to estimate the median value of owne…
Using R solve: Estimate the median value of owner-occupied homes in Boston We ar
Using R solve: Estimate the median value of owner-occupied homes in Boston We are analyzing this historic data set from the late 1970 in order to estimate the median value of owne…
Using R studio Assume that the objects/variables/datasets have been created, rea
Using R studio Assume that the objects/variables/datasets have been created, read the following code line and answer the questions. Note: Case sensitive (CS) not case sensitive (n…
Using R studio For this week we will be exploring data from the NYC Data Transpa
Using R studio For this week we will be exploring data from the NYC Data Transparnecy Initiative. They maintain a database of complaints that fall within the Civilian Complain Rev…
Using R studio For this week we will be exploring self-quantified data - daily f
Using R studio For this week we will be exploring self-quantified data - daily factors that influence the quality of life (happiness, fitness level, stress, and productivity) Your…
Using R studio For this week we will be exploring self-quantified data - daily f
Using R studio For this week we will be exploring self-quantified data - daily factors that influence the quality of life (happiness, fitness level, stress, and productivity) Your…
Using R studio how would you code this problem? *You can find data describing va
Using R studio how would you code this problem? *You can find data describing various statistics on 2012 Olympic participating nations such as population and medal counts in the c…
Using R studio to complete the following problem, please provide the code as wel
Using R studio to complete the following problem, please provide the code as well. Applied linear regression: 1) George Will is a well-known conservative political commentator. In…
Using R studio. a. I need to interpret the Beta Coefficients. I know that Salary
Using R studio. a. I need to interpret the Beta Coefficients. I know that Salary will increase 1 by experience. But I don't know how Gender fits in there and I'm not sure how to e…
Using R studio. a. I need to interpret the Beta Coefficients. I know that Salary
Using R studio. a. I need to interpret the Beta Coefficients. I know that Salary will increase 1 by experience. But I don't know how Gender fits in there and I'm not sure how to e…
Using R, (Please provide source code) Function - x(t) = exp(-a t) for t>0 (a >0)
Using R, (Please provide source code) Function - x(t) = exp(-a t) for t>0 (a >0) x(t) = 0 for t Consider the above function x(t). Assume you have a finite (T=512 seconds) an…
Using R, at 5% significance level, assess if, on average, all undergraduate stud
Using R, at 5% significance level, assess if, on average, all undergraduate students in art complete a 1000 piece jigsaw puzzle quicker than all undergraduate students in engineer…