text
stringlengths
1
3.55k
source
stringlengths
24
207
emb
listlengths
1.02k
1.02k
player names, go back to the select data window and update the horizontal axis labels to be just a2 : a13 ( figure a14 ). figure a14 keeping only name on the x - axis label ( used with permission from microsoft ) the resulting plot will only have player names along the x - axis ( figure a15 ). figure a15 the second bar...
openstax_principles-of-data-science-web
[ -0.013865304179489613, -0.012240168638527393, 0.026630355045199394, -0.017818545922636986, 0.00597831467166543, -0.030530737712979317, 0.020450742915272713, -0.017553841695189476, 0.0221430491656065, 0.026752516627311707, 0.015023153275251389, 0.013198928907513618, 0.012402600608766079, 0....
. notice that the numbers along the x - axis are heights, while those along the y - axis are weights. figure a19 the initial scatterplot you can change the chart title and the axis titles by double - clicking the title text and the axes themselves, as in figure a20. figure a20 changing the title of the scatterplot ( us...
openstax_principles-of-data-science-web
[ -0.0010546206030994654, 0.01279432699084282, 0.04338376596570015, -0.05457446351647377, 0.011615972965955734, 0.0006343717104755342, 0.019719326868653297, -0.015158364549279213, 0.029574621468782425, 0.04354971647262573, 0.014503594487905502, 0.01175724994391203, -0.015666447579860687, 0.0...
##x. org excel does not save the formula when the file is saved as csv you can use excel formulas with no problem on a csv file, but excel does not save those when the file is saved in the csv format. if you want to keep the formula you have used, make sure to save your file as xlsx ( file > save as … > excel workbook ...
openstax_principles-of-data-science-web
[ 0.0026020556688308716, -0.0003206330875400454, 0.053156934678554535, 0.001671133446507156, 0.012371383607387543, -0.010591692291200161, 0.04079964756965637, -0.00022959004854783416, 0.03692590445280075, 0.07709246128797531, 0.05100104957818985, -0.006574227008968592, -0.01567414030432701, ...
72. 5 as a result. = stdev ( d2 : d13 ) compute standard deviation of d2, d3, …, and d13. returns 3. 28 as a result. table a1 example ms excel formulas a • appendix a : review of excel for data science 511 formula description = min ( d2 : d13 ) find the minimum value among d2, d3, …, and d13. returns 70 as a result. = ...
openstax_principles-of-data-science-web
[ -0.025591270998120308, 0.013102678582072258, 0.05126306414604187, -0.02327783964574337, -0.022037383168935776, -0.024863844737410545, 0.014521308243274689, 0.005289756692945957, -0.03642690181732178, 0.07359617203474045, 0.02171158604323864, 0.005573999602347612, -0.003985388204455376, 0.0...
a column. let ’ s assume the data values are placed in cells a2 through a11. in any cell, type the excel command = average ( a2 : a11 ) and press enter. excel will calculate the arithmetic mean in this cell. then, in any other cell, type the excel command = stdev. s ( a2 : a11 ) and press enter. excel will calculate th...
openstax_principles-of-data-science-web
[ 0.007251456379890442, 0.052268825471401215, 0.01814318634569645, -0.00959041342139244, -0.00874270312488079, -0.024920763447880745, 0.004168148152530193, -0.0010346012422814965, 0.008523186668753624, 0.08453313261270523, 0.043643925338983536, -0.003930979408323765, -0.000055103617341956124, ...
maximum of a set of numbers. = max ( a1 : a10 ) – min ( a1 : a10 ) find the range of a set of numbers. = correl ( a1 : a10, b1 : b10 ) find the correlation coefficient “ r ” for ( x, y ) data. x - data is in cells a1 to a10 ; y - data is in cells b1 to b10. = quartile ( a1 : a10, 1 ) find the first quartile for a set o...
openstax_principles-of-data-science-web
[ 0.0013584000989794731, 0.026078693568706512, 0.04872593283653259, -0.009340522810816765, -0.004968531429767609, -0.031093185767531395, 0.04515784978866577, -0.008644103072583675, -0.011279787868261337, 0.0763963982462883, 0.04299408942461014, 0.019304580986499786, 0.0008175415568985045, -0...
example, at the financial consulting company mentioned previously, the mean employee salary is $ 60, 000 with a standard deviation of $ 7, 500. to find the probability that a random employee ’ s salary is less than $ 55, 000 using excel, this is the command you would use : = norm. dist ( 55000, 60000, 7500, true ) resu...
openstax_principles-of-data-science-web
[ -0.011412828229367733, 0.04118987172842026, 0.018595824018120766, -0.030933460220694542, -0.005268455483019352, -0.032924432307481766, 0.06503148376941681, -0.009916981682181358, -0.006414263043552637, 0.06736456602811813, 0.06306985020637512, 0.011589235626161098, -0.02179104834794998, 0....
and intercept, respectively. 514 a • appendix a : review of excel for data science access for free at openstax. org the dataset in table a4 will be used as an example : the monthly amount spent on advertising and the monthly revenue for a fortune 500 company for 12 months. month amount spent on advertising revenue jan ...
openstax_principles-of-data-science-web
[ -0.005462537053972483, 0.031029874458909035, 0.027732480317354202, 0.0050209034234285355, -0.021656906232237816, 0.0024204179644584656, 0.027868524193763733, 0.030605308711528778, -0.0031968485563993454, 0.060342464596033096, 0.03420631214976311, 0.03068302571773529, -0.007349246181547642, ...
ms excel ( used with permission from microsoft ) based on this, the regression equation can be written as where x represents the amount spent on advertising ( in thousands of dollars ) and y represents the amount of revenue ( in thousands of dollars ). exploring further excel resources for additional resources, refer t...
openstax_principles-of-data-science-web
[ -0.0012154228752478957, 0.01495569758117199, 0.01144410576671362, 0.013752059079706669, 0.003669829573482275, -0.0026352480053901672, 0.012095465324819088, 0.00505476538091898, -0.026757951825857162, 0.04729035124182701, 0.033986642956733704, 0.02308979071676731, -0.0047106496058404446, -0...
that r is ready to accept commands. for a user new to r, typing help. start ( ) at the r prompt provides a menu of manuals and reference materials as shown in figure b1. figure b1 r help menu based on help. start ( ) r provides many built - in help resources. when a user types help ( ) at the r prompt, a listing of hel...
openstax_principles-of-data-science-web
[ 0.019525684416294098, -0.008570406585931778, 0.016075899824500084, -0.018099108710885048, -0.021151909604668617, -0.01660061441361904, 0.012177437543869019, 0.037355050444602966, -0.05234196409583092, 0.08182530105113983, 0.05030414089560509, 0.011663174256682396, -0.0018878424307331443, -...
the variable named y : > x < - 20 > y < - 30 these variable names can be used in any calculation, such as multiplying x by y to produce the result 600 : > x * y [ 1 ] 600 the typical method for using functions in statistical applications is to first create a vector of data values. there are several ways to create vecto...
openstax_principles-of-data-science-web
[ 0.015234771184623241, 0.028264224529266357, 0.045913245528936386, -0.01835380308330059, -0.019437838345766068, -0.00819601584225893, 0.021622374653816223, -0.0009716124623082578, -0.016766410320997238, 0.03964613378047943, 0.0377158485352993, -0.023043984547257423, 0.020664865151047707, 0....
interested in generating a quick statistical summary of a dataset in the form of its mean, median, quartiles, min, and max. the r command called summary provides these results. > summary ( salaries ) min. 1st qu. median mean 3rd qu. max. 40000 47500 62500 64250 79250 92000 for measures of spread, r includes a command f...
openstax_principles-of-data-science-web
[ 0.015236260369420052, 0.03234071284532547, 0.028111295774579048, -0.007422508206218481, -0.018300272524356842, -0.009877718053758144, 0.02325529046356678, 0.0017080523539334536, -0.03128083422780037, 0.04994265362620354, 0.018771810457110405, 0.002054003532975912, -0.01086188293993473, -0....
1 ] 117. 7 a list of common r statistical commands appears in table b2. r command result mean ( ) calculates the arithmetic mean median ( ) calculates the median min ( ) calculates the minimum value max ( ) calculates the maximum value weighted. mean ( ) calculates the weighted mean table b2 list of common r statistica...
openstax_principles-of-data-science-web
[ 0.01590932346880436, 0.004056388977915049, 0.030231107026338577, -0.024427158758044243, -0.02058212272822857, -0.010127528570592403, 0.007684629410505295, 0.020322104915976524, -0.04247915744781494, 0.07731112092733383, 0.015697728842496872, 0.02237843908369541, -0.008773257955908775, -0.0...
to create a bar graph in r is the command barchart ( ). first, create a dataframe called enrollment to hold the data ( a dataframe can be considered a table or matrix to store the dataset ). enrollment < - data. frame ( course = c ( " statistics ", " history ", " physics ", " chemistry " ), enrolled = c ( 375, 302, 294...
openstax_principles-of-data-science-web
[ 0.015989258885383606, 0.007721369154751301, 0.04983460158109665, -0.03289087489247322, 0.011204704642295837, -0.0011999652488157153, 0.033163636922836304, -0.004830554593354464, -0.014797764830291271, 0.04783446341753006, 0.009416056796908379, 0.02097713015973568, 0.022784844040870667, -0....
/ 1 / 2020 3100. 29 98. 05 7 / 1 / 2020 3271. 12 97. 61 8 / 1 / 2020 3500. 31 111. 89 9 / 1 / 2020 3363. 00 125. 54 10 / 1 / 2020 3269. 96 120. 08 11 / 1 / 2020 3621. 63 134. 70 12 / 1 / 2020 3756. 07 141. 47 1 / 1 / 2021 3714. 24 133. 59 2 / 1 / 2021 3811. 15 134. 78 3 / 1 / 2021 3943. 34 140. 45 3 / 12 / 2021 3943. 3...
openstax_principles-of-data-science-web
[ 0.014339536428451538, -0.02037239819765091, -0.01818499155342579, 0.009954092092812061, 0.0006402190192602575, -0.007969019934535027, -0.003233402268961072, 0.028422554954886436, 0.01369529403746128, 0.08337466418743134, 0.017937807366251945, -0.01090327650308609, 0.0007820806931704283, -0...
140. 45 ( source : https : / / finance. yahoo. com / ) table b4 data for s & p 500 and nike stock price over a 12 - month period note that data can be read into r from a text file or excel file or from the clipboard by using various r commands. assume the values of the s & p 500 have been loaded into the vector sp500 a...
openstax_principles-of-data-science-web
[ 0.007214646320790052, 0.03658416494727135, 0.046006981283426285, 0.007717365399003029, -0.00254493928514421, 0.008571132086217403, 0.02791716530919075, -0.00486143259331584, -0.008726748637855053, 0.0544208288192749, 0.04384755343198776, 0.020871387794613838, -0.005265805404633284, -0.0182...
_ value. example b. 2 problem birth weights for newborns in the united states are normally distributed with mean of 3, 400 grams and standard deviation of 500 grams. a. use r to find the probability that a random newborn infant weighs less than 4, 000 grams. b. use r to find the probability that a random newborn infant...
openstax_principles-of-data-science-web
[ 0.02480331063270569, 0.021186940371990204, 0.05626712739467621, -0.026824817061424255, -0.02255362831056118, -0.01761217601597309, 0.03932942450046539, -0.0029862280935049057, -0.02691483683884144, 0.06619175523519516, 0.07450468093156815, -0.009010237641632557, -0.0082693537697196, 0.0003...
r also provides a built - in function for the binomial distribution as follows : binomial distribution : usage : dbinom ( k, n, p ) where n is the number of trials, p is the probability of success, and k is the number of successes for which the probability is desired. example b. 4 problem a data scientist conducts a su...
openstax_principles-of-data-science-web
[ 0.010210035368800163, 0.03587190806865692, 0.003644543932750821, -0.025837713852524757, -0.019390659406781197, -0.01687394641339779, 0.028583794832229614, 0.01218019425868988, -0.011342096142470837, 0.07179120182991028, 0.0524110421538353, -0.007458300329744816, -0.031039725989103317, -0.0...
dataset in table b5 that tracks the return on the s & p 500 versus return on coca - cola stock for a seven - month time period. month s & p 500 monthly return ( % ) coca - cola monthly return ( % ) jan 8 6 feb 1 0 mar 0 - 2 apr 2 1 may - 3 - 1 jun 7 8 jul 4 2 table b5 monthly returns of coca - cola stock versus monthly...
openstax_principles-of-data-science-web
[ 0.006148677319288254, 0.037680089473724365, 0.03813369199633598, 0.022746998816728592, -0.03189202770590782, 0.016153031960129738, 0.021643852815032005, 0.005384959280490875, 0.004604939371347427, 0.045020364224910736, -0.006488245911896229, 0.019971759989857674, -0.0721883550286293, -0.03...
##m ( formula = cocacola ~ sp500 ) coefficients : ( intercept ) sp500 - 0. 3453 0. 8641 the r output provides the value of the y - intercept as - 0. 3453 and the value of the slope as 0. 8641. based on this, the linear model would be where x represents the value of s & p 500 return and y represents the value of coca - ...
openstax_principles-of-data-science-web
[ -0.007858230732381344, 0.03499191254377365, 0.031093640252947807, 0.011751409620046616, -0.015869373455643654, 0.014871262945234776, 0.022225724533200264, 0.0149400494992733, -0.004485392477363348, 0.03915853053331375, 0.015584835782647133, 0.009319896809756756, -0.037474941462278366, -0.0...
##s for each x - value. the output includes additional statistical details regarding the regression analysis. predicted values and prediction intervals can also be generated within r. first, we can create a structure in r called a dataframe to hold the values of the independent variable for which we want to generate a ...
openstax_principles-of-data-science-web
[ -0.011325929313898087, 0.026456255465745926, 0.020378857851028442, -0.031403765082359314, -0.02512647584080696, -0.004214136861264706, 0.012157108634710312, 0.021474381908774376, -0.003012657631188631, 0.04438188672065735, 0.0427526980638504, -0.00659797852858901, -0.035190336406230927, -0...
4. 839062 the output from the predict command indicates that the predicted return for coca - cola stock will be 4. 8 % when the return for the s & p 500 is 6 %. we can extend this analysis to generate a 95 % prediction interval for this result by using the following r 528 b • appendix b : review of r studio for data sc...
openstax_principles-of-data-science-web
[ -0.010053900070488453, 0.04894791916012764, 0.010960279032588005, -0.012546861544251442, -0.04383302479982376, -0.008971313014626503, 0.012338773347437382, 0.02510003000497818, 0.00991729088127613, 0.06224934756755829, 0.050195734947919846, -0.00037876414717175066, -0.04603402689099312, -0...
that the format for linear regression analysis in r when there is only one independent variable looked like the following : > model < - lm ( y ~ x ) where y is the dependent variable and x is the independent variable. to “ add in ” additional independent variables for the multiple regression approach, we use a format a...
openstax_principles-of-data-science-web
[ -0.0018730093725025654, 0.07363050431013107, 0.03467467799782753, -0.0396270677447319, -0.04027697443962097, 0.011080489493906498, 0.04788035526871681, 0.029805252328515053, 0.013779646717011929, 0.04370059445500374, 0.023558085784316063, 0.02807597443461418, -0.036776911467313766, -0.0340...
##s : 1 2 3 4 5 6 7 - 1704. 6 1438. 4 - 606. 9 6908. 7 - 6747. 4 - 5704. 6 6416. 5 coefficients : estimate std. error t value pr ( > | t | ) ( intercept ) 57739. 887 9529. 693 6. 059 0. 00375 * * square _ footage 66. 017 8. 924 7. 398 0. 00178 * * bedrooms 16966. 536 6283. 183 2. 700 0. 05408. - - - signif. codes : 0 ‘...
openstax_principles-of-data-science-web
[ 0.009829774498939514, 0.06268621236085892, 0.029693298041820526, -0.019860394299030304, -0.050193436443805695, -0.005045793484896421, 0.031067591160535812, 0.046818338334560394, -0.020609809085726738, 0.03295951336622238, 0.038136206567287445, 0.014491666108369827, -0.00024353679327759892, ...
science 531 532 b • appendix b : review of r studio for data science access for free at openstax. org c appendix c : review of python algorithms this appendix provides a summary of various python algorithms used in this textbook. the intent is to provide students with a cross - reference to the various algorithms used ...
openstax_principles-of-data-science-web
[ 0.0077526262030005455, 0.015140230767428875, 0.05800821632146835, -0.015513756312429905, 0.014099355787038803, 0.0041538020595908165, 0.005339013412594795, 0.007461739704012871, -0.00047307784552685916, 0.085120789706707, 0.01699480600655079, -0.017262574285268784, 0.01022050529718399, -0....
using the t - distribution statistical inference and confidence intervals confidence interval using bootstrapping using python to calculate a confidence interval using a bootstrapping approach statistical inference and confidence intervals table c1 c • appendix c : review of python algorithms 533 chapter title topic de...
openstax_principles-of-data-science-web
[ 0.02547021396458149, 0.04448564350605011, 0.020987272262573242, -0.027058912441134453, -0.024561304599046707, 0.008350220508873463, 0.007104759570211172, 0.003963328432291746, 0.009041057899594307, 0.10366641730070114, -0.00518901739269495, -0.022566847503185272, 0.01902572438120842, -0.03...
: review of python algorithms access for free at openstax. org chapter title topic description of algorithm first reference decomposing a time series into components using python autocorrelation function and stl ( seasonal and trend decomposition using loess ) model to decompose time series data into its components tim...
openstax_principles-of-data-science-web
[ 0.008030257187783718, 0.03513751178979874, -0.02354801818728447, -0.01618839241564274, 0.01724896766245365, 0.0015074203256517649, -0.017336392775177956, -0.009793642908334732, 0.021660463884472847, 0.10814177989959717, 0.006616109050810337, 0.0006576903979294002, 0.007589438930153847, -0....
logistic regression using python to perform multiple logistic regression analysis and generate corresponding confusion matrix machine learning in regression analysis decision trees using python to generate decision trees decision trees random forests using python to train a random forests model and analyze the importan...
openstax_principles-of-data-science-web
[ 0.025853944942355156, 0.03733528405427933, -0.010484113357961178, -0.03584503382444382, 0.010024108923971653, -0.018260279670357704, -0.012419221922755241, -0.020666170865297318, 0.01484399288892746, 0.07229112088680267, -0.0038223890587687492, -0.010340651497244835, -0.004351570270955563, ...
probabilities using python to create graphs associated with the binomial distribution graphing probability distributions data visualization for poisson probabilities using python to create graphs associated with the poisson distribution graphing probability distributions data visualization for normal probabilities usin...
openstax_principles-of-data-science-web
[ 0.03212103620171547, 0.025852490216493607, 0.030891453847289085, -0.01984230801463127, 0.0015391206834465265, -0.010536305606365204, 0.008906938135623932, -0.018998298794031143, -0.004680118523538113, 0.08882211893796921, 0.008461780846118927, 0.0058076647110283375, 0.010513907298445702, -...
installed. for more details on python functions, syntax, and usage, please refer to the python documentation ( https : / / openstax. org / r / python3 ) posted online. python function description syntax first reference what are data and data science? print ( ) prints a specified message or specified values to the scree...
openstax_principles-of-data-science-web
[ 0.027019180357456207, -0.025771869346499443, 0.03429816663265228, -0.011500423774123192, 0.0015858231345191598, 0.001581881893798709, 0.018382932990789413, 0.0054229567758738995, 0.0002879753883462399, 0.03335995972156525, -0.015644073486328125, 0.0019232162740081549, 0.0060385242104530334, ...
plt. xlabel ( “ x - axis label ” ) python basics for data science plt. ylabel ( ) specifies a label for the y - axis plt. ylabel ( “ y - axis label ” ) python basics for data science plt. xlim ( ) specifies limits to use for x - axis numbering plt. xlim ( lower, upper ) python basics for data science plt. ylim ( ) spec...
openstax_principles-of-data-science-web
[ 0.01878141053020954, -0.007294452749192715, 0.02929895929992199, 0.0016052795108407736, -0.005125847179442644, -0.008425627835094929, 0.035330548882484436, -0.03014269284904003, 0.02010434865951538, 0.043101001530885696, 0.010175202041864395, -0.009763370268046856, 0.01283810194581747, 0.0...
probability of success. discrete and continuous probability distributions round ( ) rounds a numeric result to a specified level of precision round ( number, digits ) discrete and continuous probability distributions poisson. pmf ( ) calculates probabilities associated with the poisson distribution poisson. pmf ( x, mu...
openstax_principles-of-data-science-web
[ 0.011315090581774712, -0.000843165791593492, -0.0045151617377996445, -0.02501673996448517, -0.031945738941431046, -0.00519390357658267, 0.0053666699677705765, -0.001219653757289052, -0.017776066437363625, 0.08575186133384705, 0.0353015698492527, -0.0017702621407806873, 0.008977740071713924, ...
) calculates confidence interval for the mean when population standard deviation is unknown, given sample mean, sample standard deviation, and sample size ( uses t - distribution ). note, standard error is the standard deviation divided by the square root of the sample size. t. interval ( conf _ level, degrees _ freedo...
openstax_principles-of-data-science-web
[ -0.0032750125974416733, 0.01635594852268696, -0.0015161826740950346, -0.018984416499733925, -0.04533104598522186, -0.01966843567788601, 0.025177210569381714, 0.03495125100016594, 0.00048110869829542935, 0.08001808077096939, 0.02142307534813881, -0.018920212984085083, -0.005347630009055138, ...
data, y _ data ) correlation and linear regression analysis f _ oneway ( ) returns both the f test statistic and the p - value for the one - way anova hypothesis test f _ oneway ( array1, array2, array3, … ) analysis of variance ( anova ) time series and forecasting plot ( ) generates a time series plot plot ( datafram...
openstax_principles-of-data-science-web
[ 0.01472195889800787, 0.04333050549030304, -0.01172900665551424, -0.01228819228708744, -0.0280364528298378, 0.007382055278867483, 0.00010543106327531859, -0.026236049830913544, 0.031570084393024445, 0.08285970240831375, -0.006103258579969406, -0.007209956645965576, 0.013809707015752792, -0....
##regression ( ) creates a logistic regression model logisticregression ( ) classification using machine learning model. fit ( ) trains a machine learning model on a given dataset model. fit ( feature _ matrix, target _ vector ) classification using machine learning table d1 546 d • appendix d : review of python functi...
openstax_principles-of-data-science-web
[ 0.03083760291337967, 0.028127562254667282, 0.00015360224642790854, -0.02425479330122471, -0.006105551030486822, 0.016030456870794296, -0.008044285699725151, 0.0057209148071706295, -0.008871546015143394, 0.06568247079849243, 0.016958925873041153, 0.00403190590441227, -0.0008023247355595231, ...
up a naive bayes classification model ( use model. fit ( ) to fit the model to a dataset. ) gaussiannb ( ) other machine learning techniques deep learning and artificial intelligence ( ai ) basics perceptron ( ) sets up a perceptron model ( use model. fit ( ) to fit the model to a dataset. ) perceptron ( ) introduction...
openstax_principles-of-data-science-web
[ 0.03165386989712715, 0.03206225112080574, 0.009513303637504578, -0.051422879099845886, -0.0199715718626976, -0.016131559386849403, 0.0009334105998277664, -0.021915089339017868, -0.008978486992418766, 0.06455905735492706, 0.018347574397921562, -0.011488460004329681, -0.0034159773495048285, ...
( ) creates a box - and - whisker plot plt. boxplot ( array ) encoding univariate data table d1 d • appendix d : review of python functions 549 python function description syntax first reference hist ( ) creates a histogram plt. hist ( array ) encoding univariate data plot ( ) creates 2d line plots such as a time serie...
openstax_principles-of-data-science-web
[ 0.024946069344878197, 0.02483735978603363, 0.024561863392591476, -0.061004556715488434, -0.0034362375736236572, 0.0013594269985333085, -0.012786603532731533, -0.028547273948788643, 0.008499673567712307, 0.08046985417604446, 0.005433779675513506, 0.01202631089836359, 0.019211530685424805, -...
your model dataframe. info ( ) provides a concise summary of a dataframe's structure and content dataframe. info ( ) validating your model dataframe. drop ( ) removes rows or columns from a dataframe dataframe. drop ( labels, axis = rows _ columns ) validating your model score ( ) evaluates the performance of a trained...
openstax_principles-of-data-science-web
[ 0.045666053891181946, -0.0012697147903963923, 0.017261028289794922, -0.020112009719014168, -0.019175024703145027, 0.02942669950425625, 0.031971659511327744, 0.004856813699007034, 0.001033920212648809, 0.037974175065755844, -0.007525123655796051, -0.0013757911510765553, -0.017067015171051025,...
see solution manual c. d. see solution manual 7. 8. a. 0. 074 b. 0. 195 c. 0. 805 9. a. see solution manual b. 0. 63 10. a. see solution manual b. 0. 035 c. 0. 272 11. 0. 272 12. 0. 026 13. 0. 085 14. a. 0. 112 b. 0. 691 553 chapter 4 chapter 5 quantitative problems 1. most likely, the period would be 52, as sales prob...
openstax_principles-of-data-science-web
[ 0.028133099898695946, 0.03320172056555748, 0.01728895865380764, 0.029327409341931343, -0.029497208073735237, 0.010136225260794163, 0.009962904267013073, -0.0020926217548549175, -0.009112379513680935, 0.07843043655157089, 0.005711836274713278, -0.01182838249951601, -0.0246355552226305, -0.0...
days is most appropriate. b. see solution manual 4. a. from the acf plot. b. see solution manual 5. forecasted value for 2024 : 1. 2124 6. a..., or 12. 3 %., or 13. 3 %. b. see solution manual chapter 6 chapter review 1. c. k - means clustering quantitative problems 1. a. mae = 0. 0415. mape = 0. 41 %. mse = 0. 003126....
openstax_principles-of-data-science-web
[ 0.053728051483631134, 0.020188570022583008, -0.00874996930360794, 0.021395552903413773, 0.0028161900117993355, -0.0017324507934972644, 0.008874318562448025, -0.015675053000450134, 0.005394770763814449, 0.046786025166511536, 0.018723532557487488, -0.012804994359612465, 0.0449533574283123, -...
data security policies and protocols in place 6. d. all of the above 7. d. quantitative, qualitative, tabular, text - based, and audio - based data 8. c. anyone who is directly involved in the project and has a legitimate need for the data 9. c. legal and compliance teams 10. a. to increase the accuracy of the model by...
openstax_principles-of-data-science-web
[ 0.010069509036839008, 0.015417944639921188, 0.04390781745314598, 0.004411656409502029, 0.016046032309532166, 0.002064312109723687, -0.004611522424966097, 0.0057659330777823925, -0.010519547387957573, 0.05638454854488373, -0.022579487413167953, 0.017873257398605347, 0.011607607826590538, -0...
. an introduction to the business problem or research question 15. b. the novelty or relevance of the approach 16. a. with a persuasive call to action 556 access for free at openstax. org index symbols 3d visualization 457 a a prime 123 accuracy 270 accurate representation 399 acf ( autocorrelation function ) 244 actio...
openstax_principles-of-data-science-web
[ 0.02856135554611683, 0.02991771511733532, 0.016182156279683113, 0.018695345148444176, -0.022539621219038963, 0.006657684221863747, -0.004711484536528587, 0.0067344848066568375, 0.013960259035229683, 0.06800102442502975, 0.020474564284086227, 0.02588740736246109, -0.0041071632876992226, -0....
22, 54 business 13 c careers in data science 16 categorical data 19 cell 32 central limit theorem 150 central tendency 106 centroid 284 chatgpt 363 choropleth graph 447 cirrhosis. csv 326, 332 closed - ended questions 64 cloud computing 93 cloud storage 91 cluster 278 cluster sampling 65 codebook 470 coefficient of var...
openstax_principles-of-data-science-web
[ 0.03299085423350334, -0.023522909730672836, 0.06255288422107697, -0.008814013563096523, -0.01413856539875269, -0.016543639823794365, 0.007599107921123505, 0.0034586426336318254, 0.004843112546950579, 0.06265484541654587, 0.007190715055912733, 0.024413589388132095, 0.055273402482271194, -0....
84 data validation 82, 85, 397 data visualization 12, 415 data volumes 59 data warehouse 91 data warehousing 12 data. gov 22, 54 database management 92 dataframe 38, 70 dataframe. describe ( ) 116 dataset 19 dbscan 293 dbscan algorithm 291 dbscanexample. csv 293, 331 decision tree 311 decision - making 105 deep learnin...
openstax_principles-of-data-science-web
[ 0.01536144595593214, -0.025333009660243988, 0.03478334844112396, -0.010639377869665623, -0.022081537172198296, -0.00816987082362175, 0.014976121485233307, 0.004426009953022003, -0.004811800550669432, 0.053173717111349106, 0.022110715508461, 0.018761780112981796, 0.055521197617053986, 0.000...
##2 forecasting 218 forecasting models 148 frequency 107 frequency distribution 107 fully connected layers 361 funguslocations. csv 288, 331 g gaussian naive bayes 326 gemini 369 generative art 366 geospatial data 443 geospatial information system ( gis ) 447 gini index 313 github 391 github copilot 368 google 369 goog...
openstax_principles-of-data-science-web
[ 0.0140753872692585, 0.005155923776328564, 0.013592971488833427, -0.03593740984797478, -0.021105512976646423, -0.003744589863345027, 0.005505502223968506, 0.012231748551130295, 0.022939687594771385, 0.07378663867712021, 0.013040686957538128, 0.006826662924140692, 0.05743687227368355, -0.040...
model 363 layered approach 469 leaf - limiting pruning 319 leaky relu function 340 learning management systems 14 least squares method 195 leave - one - out cross - validation ( loocv ) 482 level 225 level of significance 170 likelihood 281 line chart 428 linear correlation 191 linear regression 148 linregress ( ) 199,...
openstax_principles-of-data-science-web
[ 0.032984599471092224, -0.006884834263473749, 0.016507301479578018, -0.01874571666121483, 0.0016670584445819259, -0.017403189092874527, 0.02254166640341282, -0.015383604913949966, 0.024241982027888298, 0.059830375015735626, 0.023697050288319588, 0.006091943010687828, 0.016780471429228783, -...
224 n naive 218 naive bayes classification 324 national oceanic and atmospheric administration ( noaa ) 22, 54 natural language processing 363 natural language toolkit ( nltk ) 72 ncaa - 2021 - stats. csv 298, 303 network analysis 69 neural network 336 neurodiversity 469 neurons 336, 338 nlp models 364 noise 224, 228 n...
openstax_principles-of-data-science-web
[ 0.020741287618875504, -0.008015414699912071, 0.0048943376168608665, -0.014965875074267387, -0.009988444857299328, -0.03208800032734871, 0.014897515065968037, -0.004877419210970402, -0.0009211088181473315, 0.026907730847597122, 0.024474015459418297, -0.01256091333925724, 0.018972307443618774,...
analytics 15 principal component analysis ( pca ) 272 prior probability 324 probability 121 probability analysis 106 probability density function ( pdf ) 135, 435, 442 probability distribution 129 probability experiment 123 probability mass function ( pmf ) 132 programming language 29 proportion 156 pruning 317 pseudon...
openstax_principles-of-data-science-web
[ 0.0161242987960577, -0.0013123343233019114, 0.018940720707178116, -0.029544159770011902, -0.0020725703798234463, -0.02036399394273758, -0.01575453393161297, -0.007529112044721842, 0.005426343530416489, 0.05650445818901062, 0.0399969257414341, 0.010098930448293686, 0.019722405821084976, -0....
library 207 scipy library 164 scipy. stats 138, 302 scipy. stats library 155, 163, 192 seaborn 30, 296 seasonal component 224 seasonal variations 227 seasonal - trend decomposition using loess ( stl ) 230 seasonality 224, 227, 240 self - selection bias 67 semantic segmentation 361 sensitivity analysis 485 sigmoid funct...
openstax_principles-of-data-science-web
[ 0.006631792522966862, 0.03264520689845085, 0.0004784115881193429, -0.030754826962947845, 0.006907543633133173, -0.023535646498203278, -0.013498544692993164, -0.004802711308002472, 0.018673306331038475, 0.051268525421619415, 0.021421631798148155, 0.010083358734846115, 0.012661845423281193, ...
72 theoretical probability 123 time series 216 time series model 218 to _ datatime ( ) 222 to _ numeric ( ) 70 tokenizing 72 topological data analysis ( tda ) 272 training set ( or data ) 270 transactional data 60 transformer models 364 transparency 382 trend 224 trend curve 225 index 561 trend - cycle component 224 tr...
openstax_principles-of-data-science-web
[ 0.016059162095189095, 0.008640681393444538, 0.01338095124810934, -0.03440564125776291, 0.002581164473667741, -0.017975984141230583, 0.006319750100374222, -0.013922557234764099, -0.020952049642801285, 0.09096839278936386, -0.007576681673526764, 0.03236157074570656, 0.04016539826989174, -0.0...
albedo ( ; ) is the fraction of sunlight that is diffusely reflected by a body. it is measured on a scale from 0 ( corresponding to a black body that absorbs all incident radiation ) to 1 ( corresponding to a body that reflects all incident radiation ). surface albedo is defined as the ratio of radiosity je to the irra...
https://en.wikipedia.org/wiki/Albedo
[ -0.03041907027363777, 0.03224156051874161, 0.03389399126172066, -0.034875646233558655, -0.036976926028728485, -0.0418117418885231, 0.00391447264701128, -0.013110986910760403, -0.01942015066742897, 0.03348957374691963, 0.008546198718249798, -0.04738713428378105, 0.05549610033631325, -0.0196...
##bedo feedback plays an important role in global climate change. albedo is an important concept in climatology, astronomy, and environmental management. the average albedo of the earth from the upper atmosphere, its planetary albedo, is 30 – 35 % because of cloud cover, but widely varies locally across the surface bec...
https://en.wikipedia.org/wiki/Albedo
[ 0.00009670488361734897, 0.04204907268285751, 0.01241066213697195, -0.03734312579035759, -0.054000306874513626, 0.01699179783463478, -0.03357568383216858, 0.0012282964307814837, -0.019239937886595726, 0.04655880108475685, 0.03303408995270729, -0.03973374143242836, 0.0287400484085083, -0.015...
the moon is measured to be around 0. 14, but it is strongly directional and non - lambertian, displaying also a strong opposition effect. although such reflectance properties are different from those of any terrestrial terrains, they are typical of the regolith surfaces of airless solar system bodies. two common optica...
https://en.wikipedia.org/wiki/Albedo
[ 0.026546549052000046, 0.062399860471487045, 0.03869651257991791, -0.0170636847615242, -0.06715530157089233, 0.027462106198072433, -0.026367800310254097, -0.02533707581460476, 0.0038631376810371876, 0.047910526394844055, 0.024313727393746376, 0.01100863330066204, 0.006979244761168957, -0.03...
- sectional area of a metallic sphere ( perfect reflector ) at the same distance as the target that would return the same echo power. those components of the received echo that return from first - surface reflections ( as from a smooth or mirror - like surface ) are dominated by the oc component as there is a reversal ...
https://en.wikipedia.org/wiki/Albedo
[ 0.008370677940547466, 0.03914962336421013, 0.06266801804304123, -0.02073906920850277, -0.02070579119026661, -0.005374870263040066, -0.002467986661940813, -0.027350787073373795, 0.022441372275352478, 0.0377788208425045, 0.05931450426578522, -0.012134024873375893, -0.007530017290264368, -0.0...
modis brdf / albedo product site ocean surface albedo look - up - table surface albedo derived from meteosat observations a discussion of lunar albedos reflectivity of metals ( chart ) land surface effects on climate climate change feedbacks climate forcing climatology electromagnetic radiation meteorological quantitie...
https://en.wikipedia.org/wiki/Albedo
[ -0.009536637924611568, 0.019176339730620384, 0.013771780766546726, -0.02188989147543907, -0.054707035422325134, 0.005144582595676184, -0.009730187244713306, -0.02392113395035267, 0.015433902852237225, 0.0029346132650971413, 0.01413252204656601, -0.006708173081278801, 0.04338281974196434, -...
. this benefited the urban areas that had developed, as well as all in the population who had been underrepresented for more than sixty years. other changes were made to implement representative state house and senate districts. alabama has made some changes since the late 20th century and has used new types of voting ...
https://en.wikipedia.org/wiki/Alabama
[ 0.0351720005273819, 0.037537578493356705, 0.012419468723237514, 0.0415506549179554, -0.05547185614705086, 0.00912925973534584, -0.023369237780570984, -0.010932479053735733, -0.005949465092271566, 0.015463079325854778, 0.03826873376965523, -0.018586941063404083, 0.00624552508816123, 0.00339...
by the catfish industry and alabama produced 132 million pounds of catfish. in 2020, alabama produced of the united states'farm - raised catfish. the total 2020 sales of catfish raised in alabama equaled $ 307 million but by 2020 the total employment of alabamians fell to 2, 442. from the early 2000s to 2020, the alaba...
https://en.wikipedia.org/wiki/Alabama
[ -0.00805253628641367, 0.03654598817229271, -0.019892193377017975, 0.040892183780670166, -0.051803406327962875, 0.033864788711071014, -0.02799401618540287, -0.012802371755242348, 0.009119359776377678, 0.0036534962709993124, 0.04909510537981987, -0.009120176546275616, -0.02561366744339466, -...
alabama's gulf coast topped the list with 6, 700, 000 visitors. alabama has historically been a popular region for film shoots due to its diverse landscapes and contrast of environments. movies filmed in alabama include : close encounters of the third kind, get out, 42, selma, big fish, the final destination, due date,...
https://en.wikipedia.org/wiki/Alabama
[ 0.04825630038976669, 0.009153991937637329, 0.02994358167052269, 0.03642819821834564, -0.04221251979470253, 0.023053357377648354, -0.020165614783763885, -0.04461086541414261, 0.014731759205460548, -0.015502030029892921, 0.05206172168254852, 0.0067507303319871426, 0.012376975268125534, -0.02...
nearly twenty years before leaving in 348 / 47 bc. the traditional story about his departure records that he was disappointed with the academy's direction after control passed to plato's nephew speusippus, although it is possible that he feared the anti - macedonian sentiments in athens at that time and left before pla...
https://en.wikipedia.org/wiki/Aristotle
[ 0.000018369872123003006, -0.009403735399246216, 0.007118504494428635, -0.03505001589655876, -0.02300475724041462, 0.021242139860987663, -0.04145169258117676, -0.0013070030836388469, 0.028820522129535675, 0.013508076779544353, 0.014571593143045902, -0.04010457918047905, -0.011131204664707184,...
rest. representing the current understanding of causality as the relation of cause and effect, this covers the modern definitions of " cause " as either the agent or agency or particular events or states of affairs. in the case of two dominoes, when the first is knocked over it causes the second also to fall over. in t...
https://en.wikipedia.org/wiki/Aristotle
[ -0.04296422749757767, -0.02219322696328163, 0.0232893954962492, -0.020790163427591324, -0.03867260739207268, -0.017606282606720924, -0.027702249586582184, -0.029300067573785782, 0.0033644894137978554, 0.057795435190200806, 0.022548284381628036, -0.021723872050642967, 0.01031883992254734, -...
many times greater than that of the sun, then... the sun shines on all the stars and the earth screens none of them. " he also wrote descriptions of comets, including the great comet of 371 bc. geology and natural sciences aristotle was one of the first people to record any geological observations. he stated that geolo...
https://en.wikipedia.org/wiki/Aristotle
[ -0.003842195961624384, 0.0013677222887054086, 0.06081360578536987, -0.047767676413059235, -0.020451225340366364, 0.032655999064445496, -0.012894264422357082, -0.004112823400646448, 0.05364124849438667, 0.0471673309803009, 0.049984149634838104, -0.031931571662425995, 0.016924697905778885, -...
two sciences is unmatched, and his reach in influencing " every branch of intellectual enterprise " including western ethical and political theory, theology, rhetoric, and literary analysis is equally long. as a result, kukkonen argues, any analysis of reality today " will almost certainly carry aristotelian overtones....
https://en.wikipedia.org/wiki/Aristotle
[ 0.012485012412071228, -0.010721986182034016, 0.02354215271770954, -0.0563310943543911, -0.02186046913266182, 0.029266946017742157, -0.02234274335205555, -0.00915953703224659, 0.030639948323369026, 0.031591374427080154, 0.04178556799888611, -0.0267977062612772, -0.003830813802778721, -0.017...
take between three and four weeks to manufacture 50 statuettes. in 2016, the academy returned to bronze as the core metal of the statuettes, handing manufacturing duties to walden, new york – based polich tallix fine art foundry, now owned and operated by uap urban art projects. while based on a digital scan of an orig...
https://en.wikipedia.org/wiki/Academy%20Awards
[ 0.0021876965183764696, -0.0012287257704883814, -0.00317377713508904, 0.023538386449217796, -0.03448113426566124, 0.02458108402788639, -0.03974626585841179, 0.008669084869325161, 0.03390922024846077, -0.031026961281895638, 0.02031365968286991, -0.024313513189554214, -0.011581409722566605, -...
for broadcast in international markets ( especially those outside of the americas ) in more desirable local timeslots. the ceremony was broadcast live internationally for the first time via satellite since 1970, but only two south american countries, chile and brazil, purchased the rights to air the broadcast. by that ...
https://en.wikipedia.org/wiki/Academy%20Awards
[ 0.004644499160349369, -0.007998162880539894, -0.0019101103534922004, 0.013396223075687885, -0.008413240313529968, 0.02133295312523842, -0.026718029752373695, 0.03835350275039673, -0.010639898478984833, 0.011761577799916267, 0.023319756612181664, 0.0007124902331270278, -0.01875929720699787, ...
as individual amoebae until starved, at which point they aggregate and form a multicellular fruiting body in which some cells sacrifice themselves to promote the survival of other cells in the fruiting body. selective investment theory proposes that close social bonds, and associated emotional, cognitive, and neurohorm...
https://en.wikipedia.org/wiki/Altruism
[ 0.004639938939362764, 0.03256172314286232, 0.00824575312435627, 0.01691707782447338, -0.019943494349718094, -0.036762647330760956, 0.0030030275229364634, 0.0017316309968009591, -0.016372526064515114, 0.028625570237636566, 0.0023862458765506744, -0.02388090267777443, 0.019573844969272614, -...
, are a highland region in central sahara, southern algeria. they are located about south of the capital, algiers, and just east of tamanghasset. algiers, oran, constantine, and annaba are algeria's main cities. climate and hydrology in this region, midday desert temperatures can be hot year round. after sunset, howeve...
https://en.wikipedia.org/wiki/Algeria
[ -0.015087411738932133, -0.014627594500780106, 0.02225310541689396, -0.009764534421265125, 0.01306768786162138, -0.020673831924796104, -0.019054116681218147, 0.023963430896401405, 0.012232630513608456, 0.024733953177928925, 0.03221581503748894, 0.01183356437832117, -0.06449402868747711, -0....
the framework of the program to aid those seeking work ( dispositif d'aide a l'insertion professionnelle ). despite a decline in total unemployment, youth and women unemployment is high. tourism the development of the tourism sector in algeria had previously been hampered by a lack of facilities, but since 2004 a broad...
https://en.wikipedia.org/wiki/Algeria
[ 0.008519678376615047, 0.008615551516413689, -0.02447105012834072, 0.01955898478627205, -0.005293816793709993, -0.0029410377610474825, -0.04343041405081749, 0.019208204001188278, -0.009039396420121193, -0.006543872877955437, 0.006628881674259901, -0.017293812707066536, -0.030640238896012306, ...
31 per 1, 000 people ). access to " improved water sources " was around 97. 4 % of the population in urban areas and 98. 7 % of the population in the rural areas. some 99 % of algerians living in urban areas, and around 93. 4 % of those living in rural areas, had access to " improved sanitation ". according to the worl...
https://en.wikipedia.org/wiki/Algeria
[ -0.026088329032063484, -0.009712056256830692, -0.006898161955177784, 0.017395304515957832, -0.00422911811619997, -0.01083938218653202, -0.008666777051985264, 0.011077100411057472, -0.043946925550699234, 0.05018473416566849, 0.009943349286913872, 0.014148768037557602, 0.02910679019987583, 0...
and the society for the social studies of science. donna haraway's 1985 cyborg manifesto could be considered the founding document of cyborg anthropology by first exploring the philosophical and sociological ramifications of the term. cyborg anthropology studies humankind and its relations with the technological system...
https://en.wikipedia.org/wiki/Anthropology
[ -0.033725179731845856, 0.00606286246329546, -0.02770981565117836, -0.02033318392932415, -0.004938050638884306, 0.01108228974044323, -0.034234605729579926, 0.007261301390826702, 0.024293124675750732, 0.018944989889860153, -0.02446349896490574, -0.007393199019134045, 0.020015353336930275, 0....
anthropology, can provide interdisciplinary approaches to the environment. professor kay milton, director of the anthropology research network in the school of history and anthropology, describes anthropology as distinctive, with its most distinguishing feature being its interest in non - industrial indigenous and trad...
https://en.wikipedia.org/wiki/Anthropology
[ -0.021153325214982033, 0.039495185017585754, -0.022221215069293976, -0.013395392335951328, 0.013656488619744778, 0.04602271318435669, -0.004164394922554493, -0.022510942071676254, 0.014121057465672493, 0.05776673182845116, 0.01734883338212967, -0.0040974849835038185, 0.014085941947996616, ...
cultural traditions, and knowing that environmentalism is a part of culture. historical ethnohistory is the study of ethnographic cultures and indigenous customs by examining historical records. it is also the study of the history of various ethnic groups that may or may not exist today. ethnohistory uses both historic...
https://en.wikipedia.org/wiki/Anthropology
[ -0.019752154126763344, 0.009457351639866829, 0.013854825869202614, -0.03318599611520767, -0.00874489825218916, 0.012876564636826515, -0.02964802086353302, -0.0204441100358963, 0.010806290432810783, 0.03761015459895134, 0.014508719556033611, -0.017013341188430786, 0.00768777821213007, -0.02...
known as " human – animal studies " ) is the study of interaction between living things. it is an interdisciplinary field that overlaps with a number of other disciplines, including anthropology, ethology, medicine, psychology, veterinary medicine and zoology. a major focus of anthrozoologic research is the quantifying...
https://en.wikipedia.org/wiki/Anthropology
[ -0.034323543310165405, 0.015126321464776993, 0.002657942706719041, -0.0005479055689647794, -0.026160815730690956, 0.00883361604064703, -0.043002840131521225, -0.03974420577287674, -0.00631180964410305, 0.02195856161415577, 0.01572728343307972, -0.03974030539393425, -0.0027657048776745796, ...
to a court of law. palaeoanthropology paleoanthropology combines the disciplines of paleontology and physical anthropology. it is the study of ancient humans, as found in fossil hominid evidence such as petrifacted bones and footprints. genetics and morphology of specimens are crucially important to this field. markers...
https://en.wikipedia.org/wiki/Anthropology
[ -0.012249717488884926, -0.00950932689011097, -0.01156416442245245, 0.015411348082125187, -0.011690721847116947, 0.03348628431558609, -0.020946532487869263, -0.05168573185801506, 0.006204851437360048, 0.0025908793322741985, 0.021654587239027023, -0.0487484484910965, 0.02733735553920269, -0....
). they use many different methods of study, but modern population genetics, participant observation and other techniques often take anthropologists " into the field, " which means traveling to a community in its own setting, to do something called " fieldwork. " on the biological or physical side, human measurements, ...
https://en.wikipedia.org/wiki/Anthropology
[ -0.02681644819676876, 0.022965436801314354, -0.0025456766597926617, -0.04863428696990013, -0.03000822477042675, 0.029345568269491196, -0.03711635619401932, -0.019098050892353058, 0.024533826857805252, 0.057272251695394516, 0.008216582238674164, -0.008595900610089302, 0.017685241997241974, ...
caduceus or serpent - staff, were among alchemy's principal symbols. according to clement of alexandria, he wrote what were called the " forty - two books of hermes ", covering all fields of knowledge. the hermetica of thrice - great hermes is generally understood to form the basis for western alchemical philosophy and...
https://en.wikipedia.org/wiki/Alchemy
[ -0.00246633542701602, -0.03175259009003639, 0.03921062499284744, -0.024945877492427826, -0.03438655287027359, 0.05362767353653908, 0.007092772051692009, -0.0069711459800601006, 0.02534453570842743, 0.03688454627990723, 0.03940271586179733, -0.016086885705590248, 0.04889418184757233, -0.035...
renaissance. betruger would use sleight of hand, or claims of secret knowledge to make money or secure patronage. legitimate mystical and medical alchemists such as michael maier and heinrich khunrath wrote about fraudulent transmutations, distinguishing themselves from the con artists. false alchemists were sometimes ...
https://en.wikipedia.org/wiki/Alchemy
[ 0.0019025024957954884, -0.01777593605220318, 0.03357969969511032, -0.019295476377010345, -0.04704350605607033, 0.01995638571679592, -0.012142379768192768, -0.04562631621956825, 0.028054002672433853, 0.014949175529181957, 0.04142248257994652, -0.005800080951303244, 0.03363015130162239, -0.0...
an astronomer is a scientist in the field of astronomy who focuses their studies on a specific question or field outside the scope of earth. they observe astronomical objects such as stars, planets, moons, comets and galaxies – in either observational ( by analyzing the data ) or theoretical astronomy. examples of topi...
https://en.wikipedia.org/wiki/Astronomer
[ -0.029337238520383835, 0.004248397424817085, 0.016446281224489212, -0.06362758576869965, 0.004423999227583408, -0.0031690553296357393, -0.033996690064668655, 0.015091931447386742, 0.01153422612696886, 0.02157410979270935, 0.03090435266494751, -0.0417824424803257, 0.028029434382915497, -0.0...
, geology, and engineering, whose research interests are closely related to astronomy. the international astronomical union comprises almost 10, 145 members from 70 countries who are involved in astronomical research at the phd level and beyond. contrary to the classical image of an old astronomer peering through a tel...
https://en.wikipedia.org/wiki/Astronomer
[ -0.02318066731095314, 0.010043340735137463, 0.004689603578299284, -0.03653588518500328, -0.018904780969023705, 0.04419606178998947, -0.046706996858119965, 0.017573624849319458, 0.024444332346320152, 0.03832656145095825, 0.026001861318945885, -0.010756640695035458, 0.04373732954263687, -0.0...
make their own discoveries and assist professional astronomers in research. see also list of astronomers list of women astronomers list of muslim astronomers list of french astronomers list of hungarian astronomers list of russian astronomers and astrophysicists list of slovenian astronomers references sources external...
https://en.wikipedia.org/wiki/Astronomer
[ -0.017427874729037285, -0.003597323317080736, -0.022457579150795937, -0.033692050725221634, -0.0005768664414063096, 0.0033417290542274714, -0.04101211205124855, 0.04047112539410591, 0.02914617769420147, 0.014988068491220474, 0.028871342539787292, -0.024900995194911957, 0.037816036492586136, ...
. eight - bit machines ( with octets as the native data type ) that did not use parity checking typically set the eighth bit to 0. internal organization the code itself was patterned so that most control codes were together and all graphic codes were together, for ease of identification. the first two so - called ascii...
https://en.wikipedia.org/wiki/ASCII
[ 0.000551242905203253, -0.033264387398958206, 0.0461873859167099, -0.013320150785148144, -0.037613414227962494, -0.031635552644729614, 0.024683641269803047, -0.0031155727338045835, -0.038570817559957504, 0.042408548295497894, 0.016524432227015495, 0.022617187350988388, -0.03069179318845272, ...
line terminator. unix and unix - like systems, and amiga systems, adopted this convention from multics. on the other hand, the original macintosh os, apple dos, and prodos used carriage return ( cr ) alone as a line terminator ; however, since apple has now replaced these obsolete operating systems with the unix - base...
https://en.wikipedia.org/wiki/ASCII
[ 0.012635204941034317, -0.03131595999002457, 0.04613709822297096, 0.008102300576865673, -0.011412926018238068, -0.011854839511215687, 0.004996639676392078, -0.015971828252077103, -0.0028470235411077738, 0.05601958930492401, -0.0014230527449399233, 0.047691669315099716, -0.0022030856925994158,...
/ m tracked file length only in units of disk blocks, and used control - z to mark the end of the actual text in the file. for these reasons, eof, or end - of - file, was used colloquially and conventionally as a three - letter acronym for control - z instead of substitute. the end - of - text character ( etx ), also k...
https://en.wikipedia.org/wiki/ASCII
[ -0.019053252413868904, -0.018460329622030258, 0.03724740818142891, 0.016263792291283607, -0.02905239164829254, -0.038353852927684784, 0.029673313722014427, -0.0174415186047554, -0.015839138999581337, 0.07072435319423676, 0.01875080168247223, 0.05994129925966263, -0.0034063048660755157, -0....
- bit computers and galaksija computers also used ascii variants. the ibm pc defined code page 437, which replaced the control characters with graphic symbols such as smiley faces, and mapped additional graphic characters to the upper 128 positions. operating systems such as dos supported these code pages, and manufact...
https://en.wikipedia.org/wiki/ASCII
[ -0.007884075865149498, -0.032721295952796936, 0.033933691680431366, -0.02313327230513096, -0.037830039858818054, 0.0018057584529742599, 0.03536255285143852, -0.03579911217093468, -0.002835720544680953, 0.043170418590307236, -0.028617016971111298, 0.03294038400053978, -0.023153284564614296, ...
other, with unnoticeable interruptions, is a stroboscopic effect. while animators traditionally used to draw each part of the movements and changes of figures on transparent cels that could be moved over a separate background, computer animation is usually based on programming paths between key frames to maneuver digit...
https://en.wikipedia.org/wiki/Animation
[ 0.0007685323944315314, -0.013770301826298237, 0.026126841083168983, 0.007389234844595194, -0.001193575793877244, -0.01806860789656639, -0.028659837320446968, -0.016247685998678207, 0.00905661378055811, 0.029453016817569733, -0.002595958299934864, -0.02412385120987892, 0.035335611552000046, ...
and princes et princesses ( france, 2000 ). model animation stop - motion animation created to interact with and exist as a part of a live - action world. intercutting, matte effects and split screens are often employed to blend stop - motion characters or objects with live actors and settings. examples include the wor...
https://en.wikipedia.org/wiki/Animation
[ 0.0133903743699193, 0.025579117238521576, 0.05674668401479721, 0.0006725448183715343, -0.029383791610598564, -0.041194699704647064, -0.0604294128715992, -0.010455463081598282, 0.00822871457785368, 0.028950976207852364, -0.0031672550830990076, 0.013583719730377197, 0.02665279433131218, -0.0...
neighbours by norman mclaren. computer computer animation encompasses a variety of techniques, the unifying factor being that the animation is created digitally on a computer. 2d animation techniques tend to focus on image manipulation while 3d techniques usually build virtual worlds in which characters and objects mov...
https://en.wikipedia.org/wiki/Animation
[ 0.0075437156483531, 0.008605205453932285, 0.017589246854186058, -0.016834499314427376, 0.0042037032544612885, -0.012474522925913334, -0.029948152601718903, -0.017556017264723778, -0.003549877554178238, 0.04587807506322861, -0.004872951190918684, -0.012132463045418262, 0.04872222617268562, ...
also the followers of apollo, who hailed from hyperborea. in myths, the tears of amber apollo shed when his son asclepius died mixed with the waters of the river eridanos, which surrounded hyperborea. apollo also buried in hyperborea the arrow which he had used to kill the cyclopes. he later gave this arrow to abaris. ...
https://en.wikipedia.org/wiki/Apollo
[ 0.03416799381375313, 0.02638924866914749, 0.012235869653522968, -0.04172279313206673, -0.03102581575512886, -0.0022657921072095633, -0.02879566326737404, 0.03375690430402756, 0.05317870154976845, -0.021405648440122604, 0.02497207000851631, -0.006200713571161032, -0.013190507888793945, -0.0...
trouble given to his mother, apollo went in search of python and killed it in the sacred cave at delphi with the bow and arrows that he had received from hephaestus. the delphian nymphs who were present encouraged apollo during the battle with the cry " hie paean ". after apollo was victorious, they also brought him gi...
https://en.wikipedia.org/wiki/Apollo
[ 0.0206128042191267, 0.00812733918428421, 0.04249534755945206, 0.00908165704458952, -0.06706228107213974, 0.0004162704572081566, -0.009533141739666462, 0.03665655106306076, 0.02851867862045765, 0.0006027278141118586, 0.029526548460125923, 0.016983069479465485, 0.011009581387043, -0.03023639...
where carmanor purified him. apollo later established the pythian games to appropriate gaia. henceforth, apollo became the god who cleansed himself from the sin of murder, made men aware of their guilt and purified them. soon after, zeus instructed apollo to go to delphi and establish his law. but apollo, disobeying hi...
https://en.wikipedia.org/wiki/Apollo
[ 0.06823280453681946, 0.009576689451932907, 0.03945327550172806, 0.016746360808610916, -0.07009610533714294, 0.0015381035627797246, -0.01711844839155674, 0.045108597725629807, 0.04247163236141205, -0.020248588174581528, 0.00949075073003769, -0.019985133782029152, 0.009749850258231163, -0.00...
wear out opponents with his deep, flat groundstrokes and to use his fitness to win attrition wars, and noted agassi's two - handed backhand down the line as his very best shot. a signature play later in his career was a change - up drop shot to the deuce court after deep penetrating groundstrokes. this would often be f...
https://en.wikipedia.org/wiki/Andre%20Agassi
[ 0.019479984417557716, 0.022550208494067192, 0.004413444548845291, 0.0287769827991724, -0.02178261987864971, -0.010298301465809345, -0.02353326976299286, 0.02472369372844696, 0.014746593311429024, -0.007560271304100752, 0.05129207670688629, -0.006261275615543127, 0.01323663629591465, -0.035...
provided $ 720, 000 to assist in the building of the andre agassi cottage for medically fragile children. this 20 - bed facility opened in december 2001, and accommodates developmentally delayed or handicapped children and children quarantined for infectious diseases. in 2007, along with several other athletes, agassi ...
https://en.wikipedia.org/wiki/Andre%20Agassi
[ -0.006122208666056395, 0.007208834867924452, -0.015381167642772198, 0.04760586842894554, -0.02378763258457184, -0.002816422376781702, -0.012680876068770885, 0.0020319223403930664, -0.0008103190921247005, -0.002539259847253561, 0.014958752319216728, -0.007239209953695536, 0.025669526308774948...
in mathematics and statistics, the arithmetic mean ( ), arithmetic average, or just the mean or average ( when the context is clear ) is the sum of a collection of numbers divided by the count of numbers in the collection. the collection is often a set of results from an experiment, an observational study, or a survey....
https://en.wikipedia.org/wiki/Arithmetic%20mean
[ -0.030872369185090065, 0.005617776419967413, -0.02290535904467106, -0.00365288183093071, -0.013711849227547646, -0.021813903003931046, -0.00027123972540721297, -0.012345428578555584, -0.004598947707563639, 0.06607212871313095, 0.015571968629956245, -0.032689135521650314, -0.0141940051689744,...
average " or " equally weighted average " ) can be interpreted as a special case of a weighted average in which all weights are equal to the same number ( in the above example and in a situation with numbers being averaged ). continuous probability distributions if a numerical property, and any sample of data from it, ...
https://en.wikipedia.org/wiki/Arithmetic%20mean
[ 0.013744976371526718, 0.0016299834242090583, -0.000958966847974807, -0.02765318751335144, -0.03239161893725395, -0.008661379106342793, 0.012846251018345356, 0.0009785023285076022, -0.036672189831733704, 0.11459807306528091, 0.058540526777505875, -0.01848601922392845, 0.003573792986571789, ...
the average value artificially moving towards the middle of the numerical range. a solution to this problem is to use the optimization formulation ( that is, define the mean as the central point : the point about which one has the lowest dispersion ) and redefine the difference as a modular distance ( i. e., the distan...
https://en.wikipedia.org/wiki/Arithmetic%20mean
[ 0.018556907773017883, -0.030843261629343033, 0.03691007196903229, -0.0014957633102312684, -0.02212047018110752, -0.01667451113462448, 0.036663785576820374, -0.022783782333135605, -0.013670602813363075, 0.07115396112203598, 0.019430387765169144, 0.017367936670780182, -0.012448116205632687, ...
in mangrove swamps ; the anderson's salamander meanwhile occurs in brackish or salt water lakes. on land, amphibians are restricted to moist habitats because of the need to keep their skin damp. modern amphibians have a simplified anatomy compared to their ancestors due to paedomorphosis, caused by two evolutionary tre...
https://en.wikipedia.org/wiki/Amphibian
[ -0.005820502992719412, -0.010272438637912273, -0.0010576659115031362, 0.029237596318125725, 0.02750612050294876, 0.023969927802681923, 0.002417410258203745, 0.016180647537112236, 0.0225432887673378, 0.014516735449433327, 0.05288190394639969, -0.06850134581327438, 0.004264100920408964, 0.01...
their cloacae in close proximity while facing in opposite directions and then release eggs and sperm simultaneously. the tailed frog ( ascaphus truei ) exhibits internal fertilisation. the " tail " is only possessed by the male and is an extension of the cloaca and used to inseminate the female. this frog lives in fast...
https://en.wikipedia.org/wiki/Amphibian
[ -0.030872298404574394, 0.001844090293161571, 0.001712214550934732, -0.022396530956029892, -0.0038315460551530123, -0.024651797488331795, -0.024333328008651733, 0.04161882400512695, 0.03754016384482384, 0.024671340361237526, 0.011064873076975346, -0.00965229794383049, 0.033650387078523636, ...
. the granular poison frog ( oophaga granulifera ) is typical of a number of tree frogs in the poison dart frog family dendrobatidae. its eggs are laid on the forest floor and when they hatch, the tadpoles are carried one by one on the back of an adult to a suitable water - filled crevice such as the axil of a leaf or ...
https://en.wikipedia.org/wiki/Amphibian
[ 0.011769755743443966, -0.010652732104063034, 0.014572899788618088, 0.014126453548669815, 0.01098661683499813, 0.001719675725325942, 0.014171035960316658, 0.01559548731893301, 0.012730572372674942, 0.054908912628889084, 0.018131988123059273, -0.04632942005991936, -0.00027959924773313105, 0....
capture all the aspects and forms of automation, such as robotic milking machines that are static, most motorized machinery that automates the performing of agricultural operations, and digital tools ( e. g., sensors ) that automate only diagnosis. fao defines agricultural automation as the use of machinery and equipme...
https://en.wikipedia.org/wiki/Agriculture
[ 0.0016017511952668428, 0.020382246002554893, -0.029541833326220512, 0.006910562049597502, -0.01083405315876007, 0.032484736293554306, -0.021081242710351944, 0.008702199906110764, 0.03974384441971779, 0.05855127051472664, 0.008941448293626308, 0.015217175707221031, -0.0020918375812470913, 0...
beginning of civilization. altering crops through breeding practices changes the genetic make - up of a plant to develop crops with more beneficial characteristics for humans, for example, larger fruits or seeds, drought - tolerance, or resistance to pests. significant advances in plant breeding ensued after the work o...
https://en.wikipedia.org/wiki/Agriculture
[ -0.011808420531451702, 0.010513290762901306, 0.036894142627716064, -0.03732863441109657, -0.03167508542537689, 0.028934024274349213, -0.02051933854818344, -0.014051869511604309, 0.034238118678331375, 0.006937113124877214, 0.01973554864525795, -0.026657307520508766, 0.03315860033035278, -0....
processed products ) provided by the supply chain. market concentration has increased in the sector as well, and although the total effect of the increased market concentration is likely increased efficiency, the changes redistribute economic surplus from producers ( farmers ) and consumers, and may have negative impli...
https://en.wikipedia.org/wiki/Agriculture
[ -0.01964767836034298, 0.015143834054470062, 0.03392462432384491, 0.006843313109129667, -0.019419826567173004, 0.0025679809041321278, -0.01071872841566801, -0.02060573920607567, -0.025505196303129196, 0.04827795922756195, 0.032501064240932465, -0.02837725356221199, 0.0037815922405570745, 0....